shithub: scc

ref: cd5a0e5dbf567454d207e7ae7d22626e0c0845be
dir: /cc2/optm.c/

View raw version

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

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