shithub: scc

ref: d95c5300d65d7416a1b0d31d34d648c6a1a70373
dir: /src/cmd/cc/cc2/optm.c/

View raw version
#include <scc/scc.h>
#include "cc2.h"

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