shithub: scc

ref: 672733e1e0d5279fd99b235b2b239011dde67e31
dir: /cc2/optm.c/

View raw version

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

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