shithub: scc

ref: 5689ef4e729aed4438f8c5c6a6626e3ea1df0073
dir: /cc2/optm.c/

View raw version

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

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