shithub: scc

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

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

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