shithub: scc

ref: 2b760d39218681e0bd7ff9a73d008b4072c091c3
dir: /cc2/optm.c/

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

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