shithub: scc

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

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

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