shithub: scc

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

View raw version

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

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