shithub: scc

ref: 3d32bf03a7837cf015d44f85383a240a79c3d264
dir: /cc2/optm.c/

View raw version

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

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