shithub: scc

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

View raw version

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

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