shithub: scc

ref: 4ec73213a7ed78026a99ce4d4890529340b84839
dir: /cc2/optm.c/

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

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