shithub: scc

ref: 0088b2b37951157ee736e051c6479f864d552589
dir: /cc2/optm.c/

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

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