shithub: scc

ref: 8e0079cd303a4842c373fcf0b782c5b78ef6e43e
dir: /cc2/optm.c/

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

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