shithub: scc

ref: c12769c0bab4525e8f34ea63296cd3a2feb1bc32
dir: /cc2/optm.c/

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

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