From c83769ae33024fb86ff63ab46f75a2bfed7975d3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 27 May 2006 06:57:55 +0000 Subject: [PATCH] Fix pastos in comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28522 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/Dominators.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/llvm/Analysis/Dominators.h b/include/llvm/Analysis/Dominators.h index 9f44d3fb756..d73b407d21f 100644 --- a/include/llvm/Analysis/Dominators.h +++ b/include/llvm/Analysis/Dominators.h @@ -574,7 +574,8 @@ template <> struct GraphTraits }; //===----------------------------------------------------------------------===// -/// DominanceFrontier - Calculate the dominance frontiers for a function. +/// DominanceFrontierBase - Common base class for computing forward and inverse +/// dominance frontiers for a function. /// class DominanceFrontierBase : public DominatorBase { public: @@ -620,8 +621,8 @@ public: //===------------------------------------- -/// DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to -/// compute a normal dominator tree. +/// DominanceFrontier Class - Concrete subclass of DominanceFrontierBase that is +/// used to compute a forward dominator frontiers. /// class DominanceFrontier : public DominanceFrontierBase { public: