shithub: scc

ref: 27e63021261aee56e2195e328c9e4ab61bce8870
dir: /src/cmd/cc2/optm.c/

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

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