shithub: scc

ref: 7e371efde773dc3e45f7360c7ec23fd8283ba9d5
dir: /cc2/optm.c/

View raw version

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

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