shithub: scc

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

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

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