shithub: scc

ref: 39021320ba2df3a66a0f181683019cdee6667de9
dir: /cc2/optm.c/

View raw version

#include "../inc/cc.h"
#include "cc2.h"

Node *
optm_ind(Node *np)
{
	return np;
}