shithub: scc

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

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

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