shithub: scc

ref: 982b9ee2e2f44065a4e05fb2d485acc172b845f0
dir: /cc2/optm.c/

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

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