shithub: scc

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

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

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