shithub: scc

ref: 044e2e63920d3d3c9d50b46c47108c3d013a473d
dir: /cc2/optm.c/

View raw version

#include "arch.h"
#include "cc2.h"

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