shithub: scc

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

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

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