shithub: scc

ref: 28bcaf2f4432e8d4ec3b224cf99cf4a19c60bb1a
dir: /cc2/optm.c/

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

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