shithub: scc

ref: 7e1d196fa2b2496328632d515a3205004a5cefaf
dir: /cc2/optm.c/

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

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