shithub: scc

ref: 87fdf0a159cb8574eaecf233293ecdb015dc698c
dir: /cc2/optm.c/

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

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