Program Listing for File expressionTreeEqual.h#
↰ Return to documentation for file (src/midend/programTransformation/partialRedundancyElimination/expressionTreeEqual.h)
#ifndef EXPRESSIONTREEEQUAL_H
#define EXPRESSIONTREEEQUAL_H
//~ namespace legacy
//~ {
// DQ (3/21/2006): Added namespace to separate the
// PRE specific work (and it's use of the type named
// ControlFlowGraph which conflicts with the OTHER
// ControlFlowGraph in:
// src/midend/programAnalysis/dominatorTreesAndDominanceFrontiers
// namespace PRE {
bool expressionTreeEqual(SgExpression*, SgExpression*);
bool expressionTreeEqualStar(const SgExpressionPtrList&,
const SgExpressionPtrList&);
// closing scope of namespace: PRE
// }
//~ } // namespace legacy
#endif // EXPRESSIONTREEEQUAL_H