[llvm-commits] CVS: llvm/include/llvm/Analysis/Dominators.h

Chris Lattner sabre at nondot.org
Sun May 13 18:54:34 PDT 2007



Changes in directory llvm/include/llvm/Analysis:

Dominators.h updated: 1.81 -> 1.82
---
Log message:

update comments


---
Diffs of the changes:  (+2 -3)

 Dominators.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


Index: llvm/include/llvm/Analysis/Dominators.h
diff -u llvm/include/llvm/Analysis/Dominators.h:1.81 llvm/include/llvm/Analysis/Dominators.h:1.82
--- llvm/include/llvm/Analysis/Dominators.h:1.81	Sun May  6 08:37:15 2007
+++ llvm/include/llvm/Analysis/Dominators.h	Sun May 13 20:54:16 2007
@@ -8,8 +8,7 @@
 //===----------------------------------------------------------------------===//
 //
 // This file defines the following classes:
-//  1. DominatorTree: Represent the ImmediateDominator as an explicit tree
-//     structure.
+//  1. DominatorTree: Represent dominators as an explicit tree structure.
 //  2. ETForest: Efficient data structure for dominance comparisons and 
 //     nearest-common-ancestor queries.
 //  3. DominanceFrontier: Calculate and hold the dominance frontier for a
@@ -17,7 +16,7 @@
 //
 //  These data structures are listed in increasing order of complexity.  It
 //  takes longer to calculate the dominator frontier, for example, than the
-//  ImmediateDominator mapping.
+//  DominatorTree mapping.
 //
 //===----------------------------------------------------------------------===//
 






More information about the llvm-commits mailing list