shithub: scc

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

View raw version

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

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