shithub: scc

ref: 914c674f1eec2150b7d2c2bb8066c023c66878dd
dir: /src/cc2/optm.c/

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

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