shithub: scc

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

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

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