shithub: scc

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

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

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