shithub: scc

ref: 0517d8a80bca67fca4c46dfdf4a8837b967eefbf
dir: /cc2/optm.c/

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

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