shithub: scc

ref: 9765e95b59e0b020c32609b69cf573c597857abf
dir: /src/cmd/cc/cc2/optm.c/

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

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