shithub: scc

ref: 0c3e3901587c2777218d5c0749db22fd5f9669b5
dir: /cc2/optm.c/

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

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