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)
commit94b204be54c5935eaaac7e42770b075deb44baf7
tree2ebbf19a05041a182583e2f175bf772cf6de6da0
parent97ba5f277202999521f9f94aefce1ad6496dc0dc
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.

llvm-svn: 175719
llvm/lib/CodeGen/TwoAddressInstructionPass.cpp