shithub: scc

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

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

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