shithub: scc

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

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

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