shithub: scc

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

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

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