shithub: scc

ref: 59eb8445113a831ac3edd6a42bc39438536db5da
dir: /cc2/optm.c/

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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