shithub: scc

ref: 3842e77624418f893f641b0b8869efb98ab7932b
dir: /cc2/optm.c/

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

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