shithub: scc

ref: 28f4f2683abee60783f2bef64c48db65b950855b
dir: /cc2/optm.c/

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

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