shithub: scc

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

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

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