shithub: scc

ref: 276fb4f109a09839c203cc3ce270639e0d605084
dir: /cc2/optm.c/

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

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