shithub: scc

ref: 33250e0f8b7583316d603c33a65b840afd0c7f45
dir: /cc2/optm.c/

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

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