[llvm-commits] [llvm] r93560 - /llvm/trunk/lib/Transforms/Utils/LoopSimplify.cpp

Bob Wilson bob.wilson at apple.com
Fri Jan 15 13:55:02 PST 2010


Author: bwilson
Date: Fri Jan 15 15:55:02 2010
New Revision: 93560

URL: http://llvm.org/viewvc/llvm-project?rev=93560&view=rev
Log:
Fix a comment typo.

Modified:
    llvm/trunk/lib/Transforms/Utils/LoopSimplify.cpp

Modified: llvm/trunk/lib/Transforms/Utils/LoopSimplify.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Utils/LoopSimplify.cpp?rev=93560&r1=93559&r2=93560&view=diff

==============================================================================
--- llvm/trunk/lib/Transforms/Utils/LoopSimplify.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/LoopSimplify.cpp Fri Jan 15 15:55:02 2010
@@ -232,7 +232,7 @@
       PN->eraseFromParent();
     }
 
-  // If this loop has muliple exits and the exits all go to the same
+  // If this loop has multiple exits and the exits all go to the same
   // block, attempt to merge the exits. This helps several passes, such
   // as LoopRotation, which do not support loops with multiple exits.
   // SimplifyCFG also does this (and this code uses the same utility





More information about the llvm-commits mailing list