shithub: scc

ref: 215caa3ffa6f8156085b7e1936dfcb447171d9f7
dir: /cc2/optm.c/

View raw version

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

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