shithub: scc

ref: 08abc12db33fbddd1896580e4a08064558e88c0e
dir: /cc2/optm.c/

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

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