shithub: scc

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

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

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