shithub: scc

ref: 62a40f5df3068948d9ad45902db0f1a994574a32
dir: /cc2/optm.c/

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

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