projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c226fe3
)
Update a comment.
author
Dan Gohman
<gohman@apple.com>
Fri, 18 Dec 2009 00:28:43 +0000
(
00:28
+0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/LoopSimplify.cpp
b/lib/Transforms/Utils/LoopSimplify.cpp
index 690972dc558b00090f047555423b8b482911a4b2..051089bc41b9b75827cb59c42cd551db48e639ed 100644
(file)
--- a/
lib/Transforms/Utils/LoopSimplify.cpp
+++ b/
lib/Transforms/Utils/LoopSimplify.cpp
@@
-109,7
+109,7
@@
X("loopsimplify", "Canonicalize natural loops", true);
const PassInfo *const llvm::LoopSimplifyID = &X;
Pass *llvm::createLoopSimplifyPass() { return new LoopSimplify(); }
-/// runOn
Function
- Run down all loops in the CFG (recursively, but we could do
+/// runOn
Loop
- 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) {