shithub: scc

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

View raw version

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

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