shithub: scc

ref: 08c48f8d3da19e4f1a70e8da9bdef305002666de
dir: /src/cc2/optm.c/

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

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