shithub: scc

ref: 647f85d6fac7e0aee9881909cd5086941e3d11c7
dir: /cc2/optm.c/

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

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