shithub: scc

ref: 52a8cb1286def724462a79e2fcb097b22b37de42
dir: /cc2/optm.c/

View raw version

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

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