shithub: scc

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

View raw version

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

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