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;
 }