shithub: scc

ref: 802fc685de68e0b4ef93de81a8270f9b3642085b
dir: /cc2/optm.c/

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

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