shithub: scc

ref: 505471768e8e83bfe42d1884dcd7ab038f06a6cc
dir: /cc2/optm.c/

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

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