shithub: scc

ref: 0ac77da6b080c9fdd74a036666ed560add8d3810
dir: /cc2/optm.c/

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

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