shithub: scc

ref: 011d36784c2fa5c0c74c0ad80317b42a6d70ba20
dir: /cc2/optm.c/

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

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