shithub: scc

ref: 154ed8ce9a9aa17ea40ffa2442104dbe0df5c36b
dir: /cc2/optm.c/

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

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