shithub: scc

ref: 10e4cba238d4a3003646328e3994bd17db2ef245
dir: /cc2/optm.c/

View raw version
#include "../inc/scc.h"
#include "cc2.h"

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