shithub: scc

ref: 9e72a9ad124dfe246dba4d7c0695d5580aa187f8
dir: /cc2/optm.c/

View raw version

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

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