shithub: scc

ref: 7ec9f2612f4ac5e4e15922369c7536753e68fc26
dir: /cc2/optm.c/

View raw version
#include "../inc/scc.h"
#include "cc2.h"

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