shithub: scc

ref: 3247a8c80df95ae35bfeca4c59a8788344076fc2
dir: /cc2/optm.c/

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

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