shithub: scc

ref: 1b51b30c2d7d831f8e8ef83b254fe6cd2052ff89
dir: /src/cmd/cc/cc2/optm.c/

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

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