shithub: scc

ref: 2a61dfcd596b6da4d31379663a20e4fe0566cc17
dir: /src/cmd/cc/cc2/optm.c/

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

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