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:
0f2fb60
)
Work is incomplete. Loop is not modified at all right now.
author
Devang Patel
<dpatel@apple.com>
Wed, 19 Sep 2007 00:08:13 +0000
(
00:08
+0000)
committer
Devang Patel
<dpatel@apple.com>
Wed, 19 Sep 2007 00:08:13 +0000
(
00:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42119
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/LoopIndexSplit.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/LoopIndexSplit.cpp
b/lib/Transforms/Scalar/LoopIndexSplit.cpp
index 0baf2b8136b8b3854f50e4cf66eb9d2512aa23af..c2e9d500a93d8d030b638fa63bd7052e0e371593 100644
(file)
--- a/
lib/Transforms/Scalar/LoopIndexSplit.cpp
+++ b/
lib/Transforms/Scalar/LoopIndexSplit.cpp
@@
-868,7
+868,7
@@
bool LoopIndexSplit::updateLoopIterationSpace(SplitInfo &SD) {
updateLoopBounds(Op0);
updateLoopBounds(Op1);
// Update CFG
- return
tru
e;
+ return
fals
e;
}