shithub: scc

ref: 335eb0c1602243c85248fe1ba52666913ee0b357
dir: /cc2/optm.c/

View raw version

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

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