shithub: scc

ref: 68b2bcc2e06960fdac9cee44ac5a82eafa092869
dir: /cc2/optm.c/

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

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