shithub: scc

ref: 29c364deba578e09e8f91f5551c9b851d953af1e
dir: /cc2/optm.c/

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

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