shithub: scc

ref: 81272f61a868aa2d047c2620191b88d4fe9769bd
dir: /cc2/optm.c/

View raw version

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

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