Fix for PR4051. When 2address pass delete an instruction, update kill info when neces...
commit71bd038f3d8cfb675bdfd83a25109110056b5159
authorEvan Cheng <evan.cheng@apple.com>
Tue, 28 Apr 2009 02:12:36 +0000 (28 02:12 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 28 Apr 2009 02:12:36 +0000 (28 02:12 +0000)
tree896132604ae75eeee4e07adb6966caca2d20ed3e
parentf4d0c73cc3d9ae305b162f336dc14fbe7972e2e8
Fix for PR4051. When 2address pass delete an instruction, update kill info when necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70279 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp
test/CodeGen/X86/2009-04-27-LiveIntervalsAssert2.ll [new file with mode: 0644]