shithub: scc

ref: a0a1e887b8323fdda306435b6e89ce003c3dc10f
dir: /cc2/optm.c/

View raw version
#include "../inc/scc.h"
#include "cc2.h"

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