mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 16:53:02 +00:00
update comments
llvm-svn: 37027
This commit is contained in:
parent
3dab764309
commit
82c4362a67
@ -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.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user