summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Analysis/DominanceFrontier.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Analysis/DominanceFrontier.h')
-rw-r--r--llvm/include/llvm/Analysis/DominanceFrontier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/DominanceFrontier.h b/llvm/include/llvm/Analysis/DominanceFrontier.h
index b65cdc9cdb3c..772fdc9ddee0 100644
--- a/llvm/include/llvm/Analysis/DominanceFrontier.h
+++ b/llvm/include/llvm/Analysis/DominanceFrontier.h
@@ -101,8 +101,8 @@ public:
/// return true;
bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
- /// compare - Return true if the other dominance frontier base matches
- /// this dominance frontier base. Otherwise return false.
+ /// compare - Return false if the other dominance frontier base matches
+ /// this dominance frontier base. Otherwise return true.
bool compare(DominanceFrontierBase &Other) const;
/// print - Convert to human readable form