shithub: scc

ref: 5babcf6a4140c21115b48c2694d918b78a8d0226
dir: /cc2/optm.c/

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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