shithub: scc

ref: 8426988151d94d69a482e6275777d3f7275dbabe
dir: /src/cmd/cc/cc2/optm.c/

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

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