shithub: scc

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

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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