shithub: scc

ref: 51b5a24e09ca25aa34dfb8cc50299ee75cfd06c1
dir: /cc2/optm.c/

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

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