shithub: scc

ref: 5ec5de955e3b14f6a0f8f5663a5379778ba10682
dir: /cc2/optm.c/

View raw version

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

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