shithub: scc

ref: 2f5e19af99a0de4f591acc246cde5869815a4719
dir: /cc2/optm.c/

View raw version

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

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