shithub: scc

ref: 59ec69003f284ff73480ce2724e50fe7ee178f98
dir: /cc2/optm.c/

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

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