shithub: scc

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

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

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