Fix crash in LSR due to attempt to remove original induction variable. However,
authorJeff Cohen <jeffc@jolt-lang.org>
Mon, 28 Feb 2005 00:08:56 +0000 (00:08 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Mon, 28 Feb 2005 00:08:56 +0000 (00:08 +0000)
commit14dc6380814497b600e2ffb50790ef210899712f
treea18f72168e7a0040456f49378c470f29fda07d9b
parent5e1e5e13ffeb4f1f61858f1073c31ad5e9d967b1
Fix crash in LSR due to attempt to remove original induction variable.  However,
for reasons explained in the comments, I also deactivated this code as it needs
more thought.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20367 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp