shithub: scc

ref: 321d79d6f2f158bf005366a5c5f1756a58dca25d
dir: /cc2/optm.c/

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

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