Skip to content
Snippets Groups Projects
Commit ba12a9d1 authored by Chris Lattner's avatar Chris Lattner
Browse files

update comments

llvm-svn: 37027
parent 98ed7db7
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// This file defines the following classes: // This file defines the following classes:
// 1. DominatorTree: Represent the ImmediateDominator as an explicit tree // 1. DominatorTree: Represent dominators as an explicit tree structure.
// structure.
// 2. ETForest: Efficient data structure for dominance comparisons and // 2. ETForest: Efficient data structure for dominance comparisons and
// nearest-common-ancestor queries. // nearest-common-ancestor queries.
// 3. DominanceFrontier: Calculate and hold the dominance frontier for a // 3. DominanceFrontier: Calculate and hold the dominance frontier for a
...@@ -17,7 +16,7 @@ ...@@ -17,7 +16,7 @@
// //
// These data structures are listed in increasing order of complexity. It // These data structures are listed in increasing order of complexity. It
// takes longer to calculate the dominator frontier, for example, than the // takes longer to calculate the dominator frontier, for example, than the
// ImmediateDominator mapping. // DominatorTree mapping.
// //
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment