Don't use an induction variable type as a memory access type.
authorDan Gohman <gohman@apple.com>
Mon, 9 Mar 2009 21:04:19 +0000 (21:04 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Mar 2009 21:04:19 +0000 (21:04 +0000)
commit53f2ae268ab0e9201c0c50c28a27d451497a0371
tree1ad0aeb4a5d214a3ef772ff8153b3f56fc64b61a
parent21e7722868378f67974e648ab21d0e3c69a0e379
Don't use an induction variable type as a memory access type.
Use VoidTy instead, to be properly conservative.

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