shithub: scc

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

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

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