shithub: scc

ref: 25bc36bff00d311a5d3fd681ecf20b707df455a4
dir: /src/cc2/optm.c/

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

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