shithub: scc

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

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

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