shithub: scc

ref: 1e29199cbbb7d19343dae9c89493b5a9cb40caf9
dir: /cc2/optm.c/

View raw version

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

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