shithub: scc

ref: 44d7ee0f42a108bf8304cade628bb37fbbe806ef
dir: /cc2/optm.c/

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

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