shithub: scc

ref: 271754d6f1e0beeb18ddfa17513811fd1b8a0892
dir: /cc2/optm.c/

View raw version

#include "../inc/cc.h"
#include "cc2.h"

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