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

Canonicalizing HIR into LIR. More...

#include <iostream>
#include <misc/indent.hh>
#include <temp/temp.hh>
#include <tree/all.hh>
#include <canon/canon.hh>
Include dependency graph for canon.cc:

Classes

struct  canon::is_nop
 Return false if tree has to be run. Try to say true as much as possible. More...
struct  canon::commute_p
 Return false if a and b cannot be swapped, try to say true as much as possible. More...

Namespaces

namespace  canon
 Simplification of tree::Tree code.

Detailed Description

Canonicalizing HIR into LIR.