LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
cjump.cc File Reference

Implementation of tree::Cjump. More...

#include <ostream>
#include <tree/cjump.hh>
Include dependency graph for cjump.cc:

Namespaces

namespace  tree
 (Low/High) intermediate code.

Functions

Cjump::Relop tree::symmetrize (const Cjump::Relop &r)
 Return the Relop R defined by: (x r y) <=> (y R x)
std::ostream & tree::operator<< (std::ostream &ostr, const Cjump::Relop &r)
 Print Relop r on ostr.

Detailed Description

Implementation of tree::Cjump.