shithub: scc

ref: 55554976b71c0508c80fdd3531326bcce0882bbc
dir: /cc2/optm.c/

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

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