shithub: scc

ref: 88aee8a45958896c9982aae423221c2f06f1a3ef
dir: /cc2/optm.c/

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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