shithub: scc

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

View raw version

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

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