From 844a3d163bc644085b1d744797da43eb9bf7ee3b Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 1 Jul 2008 19:50:56 +0000 Subject: Fix typos in comments. Thanks for the feedback! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52978 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/LoopPass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Analysis/LoopPass.cpp') diff --git a/lib/Analysis/LoopPass.cpp b/lib/Analysis/LoopPass.cpp index 57e8f4d..2236834 100644 --- a/lib/Analysis/LoopPass.cpp +++ b/lib/Analysis/LoopPass.cpp @@ -234,7 +234,7 @@ bool LPPassManager::runOnFunction(Function &F) { recordAvailableAnalysis(P); removeDeadPasses(P, "", ON_LOOP_MSG); - // Verify dominator information if it is available and preserved. + // If dominator information is available then verify the info if requested. verifyDomInfo(*LP, F); if (skipThisLoop) -- cgit v1.1