shithub: scc

ref: a9a44d981e099805a308e04d285c9d8f13bdb707
dir: /cc2/optm.c/

View raw version

#include "arch.h"
#include "cc2.h"

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