diff options
| author | Cameron Zwarich <zwarich@apple.com> | 2011-01-20 03:58:43 +0000 |
|---|---|---|
| committer | Cameron Zwarich <zwarich@apple.com> | 2011-01-20 03:58:43 +0000 |
| commit | 050eec1d1d27ec378b81f4f721c01ba6a4bcfc66 (patch) | |
| tree | 13f1d075f789941f03ec6ac1fb7141bd63c8d611 /llvm/lib/VMCore | |
| parent | db36b8055ea9d817a6c7a19130f625e5123b4803 (diff) | |
| download | bcm5719-llvm-050eec1d1d27ec378b81f4f721c01ba6a4bcfc66.tar.gz bcm5719-llvm-050eec1d1d27ec378b81f4f721c01ba6a4bcfc66.zip | |
Update a comment.
llvm-svn: 123879
Diffstat (limited to 'llvm/lib/VMCore')
| -rw-r--r-- | llvm/lib/VMCore/Dominators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Dominators.cpp b/llvm/lib/VMCore/Dominators.cpp index 628f1b71e8d..c374b067d72 100644 --- a/llvm/lib/VMCore/Dominators.cpp +++ b/llvm/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. // //===----------------------------------------------------------------------===// |

