shithub: scc

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

View raw version

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

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