shithub: scc

ref: 58f31646b446beb4f2bad4535a517cde10536d83
dir: /cc2/optm.c/

View raw version

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

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