aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
diff options
context:
space:
mode:
authorCameron Zwarich <zwarich@apple.com>2011-01-20 03:58:43 +0000
committerCameron Zwarich <zwarich@apple.com>2011-01-20 03:58:43 +0000
commita9ba456b7cfc0d202acdb22aa2ddfdc00aa0d63e (patch)
tree73fc957145c7600f886619fd24d40a6cc5ea2471 /lib/VMCore
parent229b22132b656f78f79d84dcdea8d4fe5f03b689 (diff)
downloadexternal_llvm-a9ba456b7cfc0d202acdb22aa2ddfdc00aa0d63e.zip
external_llvm-a9ba456b7cfc0d202acdb22aa2ddfdc00aa0d63e.tar.gz
external_llvm-a9ba456b7cfc0d202acdb22aa2ddfdc00aa0d63e.tar.bz2
Update a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore')
-rw-r--r--lib/VMCore/Dominators.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/Dominators.cpp b/lib/VMCore/Dominators.cpp
index 628f1b7..c374b06 100644
--- a/lib/VMCore/Dominators.cpp
+++ b/lib/VMCore/Dominators.cpp
@@ -44,7 +44,7 @@ VerifyDomInfoX("verify-dom-info", cl::location(VerifyDomInfo),
//===----------------------------------------------------------------------===//
//
// Provide public access to DominatorTree information. Implementation details
-// can be found in DominatorCalculation.h.
+// can be found in DominatorInternals.h.
//
//===----------------------------------------------------------------------===//