shithub: scc

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

View raw version

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

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