shithub: scc

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

View raw version

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

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