commit | c8f8393300abc8603ddfb576ed8c363f7ce22ffa | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Sep 19 00:08:13 2007 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Sep 19 00:08:13 2007 +0000 |
tree | 479fbc97d48548a0c99fbd0f364d104026d73c9c | |
parent | e497f3fef1ede3d36a717ceccd2f767e0be38b05 [diff] [blame] |
Work is incomplete. Loop is not modified at all right now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42119 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/LoopIndexSplit.cpp b/lib/Transforms/Scalar/LoopIndexSplit.cpp index 0baf2b8..c2e9d50 100644 --- a/lib/Transforms/Scalar/LoopIndexSplit.cpp +++ b/lib/Transforms/Scalar/LoopIndexSplit.cpp
@@ -868,7 +868,7 @@ updateLoopBounds(Op0); updateLoopBounds(Op1); // Update CFG - return true; + return false; }