shithub: scc

ref: 831becab55913062b3a314c34cec38fa511bb21b
dir: /cc2/optm.c/

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

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