shithub: scc

ref: b0561e50ec063be50dcd76fb3c1f6cd31dbd75fe
dir: /src/cmd/cc/cc2/optm.c/

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

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