shithub: scc

ref: 0913d2792e7acc50bd4a861322e28133a9807124
dir: /cc2/optm.c/

View raw version

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

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