From: Cameron Zwarich Date: Thu, 20 Jan 2011 03:58:43 +0000 (+0000) Subject: Update a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a9ba456b7cfc0d202acdb22aa2ddfdc00aa0d63e;p=oota-llvm.git Update a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123879 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/VMCore/Dominators.cpp b/lib/VMCore/Dominators.cpp index 628f1b71e8d..c374b067d72 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. // //===----------------------------------------------------------------------===//