shithub: scc

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

View raw version

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

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