commit | 4e062e520a24df32dd4ecbf0767ed82bc648a4ba | [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 | 0f2fb60a18d25bb6bb4803ed7a58d31db39fafab [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; }