shithub: scc

ref: 3152bc1b312adbd9e7eb6b8313f1739cbfb18c11
dir: /src/cmd/cc/cc2/optm.c/

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

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