From 4e062e520a24df32dd4ecbf0767ed82bc648a4ba Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 19 Sep 2007 00:08:13 +0000 Subject: [PATCH] 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 --- lib/Transforms/Scalar/LoopIndexSplit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Scalar/LoopIndexSplit.cpp b/lib/Transforms/Scalar/LoopIndexSplit.cpp index 0baf2b8136b..c2e9d500a93 100644 --- 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 true; + return false; }