shithub: scc

ref: ee35a53bd9302e84cfe2d29f2e0919b352c478eb
dir: /cc2/optm.c/

View raw version

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

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