Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals when
authorCameron Zwarich <zwarich@apple.com>
Thu, 21 Feb 2013 04:33:02 +0000 (04:33 +0000)
committerCameron Zwarich <zwarich@apple.com>
Thu, 21 Feb 2013 04:33:02 +0000 (04:33 +0000)
commit214df4285a974c61450477cbcf5c4a196d574a6a
tree08f4d06dfbfaee940e2035ae8d267fa12588dd70
parentffbe432595c78ba28c8a9d200bf92996eed5e5d9
Update isKilledAt in TwoAddressInstructionPass.cpp to use LiveIntervals when
available.

With this commit there are no longer any assertion or verifier failures when
running 'make check' without LiveVariables. There are still 56 failing tests
with codegen differences and 1 unexpectedly passing test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp