[llvm] r207499 - Fix a typo in comment

Michael Zolotukhin mzolotukhin at apple.com
Tue Apr 29 00:35:34 PDT 2014


Author: mzolotukhin
Date: Tue Apr 29 02:35:33 2014
New Revision: 207499

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

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=207499&r1=207498&r2=207499&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Utils/LoopSimplify.cpp (original)
+++ llvm/trunk/lib/Transforms/Utils/LoopSimplify.cpp Tue Apr 29 02:35:33 2014
@@ -778,7 +778,7 @@ INITIALIZE_PASS_END(LoopSimplify, "loop-
 char &llvm::LoopSimplifyID = LoopSimplify::ID;
 Pass *llvm::createLoopSimplifyPass() { return new LoopSimplify(); }
 
-/// runOnLoop - Run down all loops in the CFG (recursively, but we could do
+/// runOnFunction - Run down all loops in the CFG (recursively, but we could do
 /// it in any convenient order) inserting preheaders...
 ///
 bool LoopSimplify::runOnFunction(Function &F) {





More information about the llvm-commits mailing list