shithub: scc

ref: 26264ba59a97728187c81d84584caf8de23c4fae
dir: /cc2/optm.c/

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

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