Update a comment.
authorDan Gohman <gohman@apple.com>
Fri, 18 Dec 2009 00:28:43 +0000 (00:28 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 18 Dec 2009 00:28:43 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91645 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LoopSimplify.cpp

index 690972dc558b00090f047555423b8b482911a4b2..051089bc41b9b75827cb59c42cd551db48e639ed 100644 (file)
@@ -109,7 +109,7 @@ X("loopsimplify", "Canonicalize natural loops", true);
 const PassInfo *const llvm::LoopSimplifyID = &X;
 Pass *llvm::createLoopSimplifyPass() { return new LoopSimplify(); }
 
-/// runOnFunction - Run down all loops in the CFG (recursively, but we could do
+/// runOnLoop - Run down all loops in the CFG (recursively, but we could do
 /// it in any convenient order) inserting preheaders...
 ///
 bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) {