shithub: scc

ref: 5310badb8f39560835f0db678d6784217c92766f
dir: /cc2/optm.c/

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

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