shithub: scc

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

View raw version

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

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