shithub: scc

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

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

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