shithub: scc

ref: 386efe34efca9ecbbf7f8d3ea36c0c9887ce8e0a
dir: /cc2/optm.c/

View raw version

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

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