shithub: scc

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

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

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