Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores which...
authorEvan Cheng <evan.cheng@apple.com>
Mon, 21 Jun 2010 21:21:14 +0000 (21:21 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 21 Jun 2010 21:21:14 +0000 (21:21 +0000)
commitd95ea2da28901ca6e81645e444e528d66350d781
tree5f612a0dd4b9e6f95de4e438f92e779633949dbb
parentd47397f6dd879c8e8ea2e99b771585cd6286b64d
Fix PR7421: bug in kill transferring logic. It was ignoring loads / stores which have already been processed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106481 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
test/CodeGen/ARM/2010-06-21-LdStMultipleBug.ll [new file with mode: 0644]