shithub: scc

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

View raw version

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

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