shithub: scc

ref: 3cc8de7beda4e1a99a33728014953fc1158a336a
dir: /src/cmd/cc/cc2/optm.c/

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

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