shithub: scc

ref: a7140d1787745b7e481425f820507051a132cfb1
dir: /cc2/optm.c/

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

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