shithub: scc

ref: 46d3eab0b1e077005fcc4a7bc5257be9a411d1a1
dir: /cc2/optm.c/

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

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