shithub: scc

ref: b3eaabc77b314248434e707001fd2d0d3087471c
dir: /cc2/optm.c/

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

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