shithub: scc

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

View raw version

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

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