shithub: scc

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

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

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