shithub: scc

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

View raw version

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

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