shithub: scc

ref: 5dd867285e5e00dc91a09feb6440b75726e02a82
dir: /cc2/optm.c/

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

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