shithub: scc

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

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

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