shithub: scc

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

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

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