shithub: scc

ref: 048182fd990731f3ca1bc6fd9c551bae62e9eda0
dir: /cc2/optm.c/

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

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