shithub: scc

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

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

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