shithub: scc

ref: 6ac8cd278169f186325f03e7c0947da6318b8e19
dir: /cc2/optm.c/

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

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