shithub: scc

ref: 354c8d23f2900601d620f23138b6dc433bb22f7d
dir: /cc2/optm.c/

View raw version

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

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