shithub: scc

ref: 8bc7d1659de95ce7d93c588821ff2f038918fb01
dir: /cc2/optm.c/

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

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