shithub: scc

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

View raw version

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

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