shithub: scc

ref: 5214729f407f56f038c8a8fec2eca597f018c93d
dir: /cc2/optm.c/

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

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