shithub: scc

ref: 8fe3cb063acd20ad53b0da4e27418050ed8a7125
dir: /cc2/optm.c/

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

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