shithub: scc

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

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

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