shithub: scc

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

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

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