shithub: scc

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

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

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