shithub: scc

ref: 0ca62af5f0df449dd940cbd5b7e5723f739df8a0
dir: /cc2/optm.c/

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

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