shithub: scc

ref: 40c421cfdf64efb9b3bbfa0cd14a847193511480
dir: /cc2/optm.c/

View raw version

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

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