shithub: scc

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

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

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