shithub: scc

ref: 1a3ab58b1e471ed3b38dfdb1d0c0a0bd30280fbf
dir: /cc2/optm.c/

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

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