shithub: scc

ref: 895c2c914ce5ea912b0f1818bc173d7aadbee32e
dir: /src/cmd/cc/cc2/optm.c/

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

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