shithub: scc

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

View raw version

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

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