diff options
author | Devang Patel <dpatel@apple.com> | 2008-07-01 19:50:56 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-07-01 19:50:56 +0000 |
commit | 844a3d163bc644085b1d744797da43eb9bf7ee3b (patch) | |
tree | 038ab118fa7b942f339b87c6e5b33b7a59539f85 /lib/Analysis/LoopPass.cpp | |
parent | e2c0a4fad5bad03ae14e767a710748326feda7d9 (diff) |
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
Diffstat (limited to 'lib/Analysis/LoopPass.cpp')
-rw-r--r-- | lib/Analysis/LoopPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LoopPass.cpp b/lib/Analysis/LoopPass.cpp index 57e8f4da96..2236834cd6 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) |