shithub: scc

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

View raw version

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

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