shithub: scc

ref: 0b30fc3454b5d07513cb66ddc7c1f57768a341ed
dir: /cc2/optm.c/

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

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