shithub: scc

ref: 878d46d965b83832a939cc46707aa6f3b7e5d30e
dir: /src/cmd/cc/cc2/optm.c/

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

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