shithub: scc

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

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

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