shithub: scc

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

View raw version

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

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