shithub: scc

ref: d7511b681b42b4367cb5818a5d949010c5910980
dir: /src/cc2/optm.c/

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

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