shithub: scc

ref: 0d6910bbeed636179cca0f472e72b31d81bd834c
dir: /cc2/optm.c/

View raw version
#include "../inc/scc.h"
#include "cc2.h"

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