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:
a37226a
)
Fix comment.
author
Devang Patel
<dpatel@apple.com>
Tue, 7 Aug 2007 23:16:03 +0000
(23:16 +0000)
committer
Devang Patel
<dpatel@apple.com>
Tue, 7 Aug 2007 23:16:03 +0000
(23:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40911
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Scalar.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index 7ba7ce85092ef0bbbfb7a117dccc6f12d53457a9..6603a29f1a80548c3ac9a7983342b605ec61bda8 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-143,7
+143,8
@@
LoopPass *createLoopRotatePass();
//===----------------------------------------------------------------------===//
//
-// LoopIndexSplit - This pass splits loop
+// LoopIndexSplit - This pass divides loop's iteration range by spliting loop
+// such that each individual loop is executed efficiently.
//
LoopPass *createLoopIndexSplitPass();