shithub: scc

ref: 48516d8a1bfa45b73b3f3d0b518b697b194d62c0
dir: /cc2/optm.c/

View raw version

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

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