Only use LiveIntervals in TwoAddressInstructionPass, not a mix of Liveintervals
authorCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 22:10:02 +0000 (22:10 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 22:10:02 +0000 (22:10 +0000)
commit6189288766d9cf2e1cf82c1b41655e33754da83b
tree8a0feddbb1dcdbdd074f7e1ac3ce5ddff87573ca
parentc5b6135fb55362f5c052625043ebf3286f799f86
Only use LiveIntervals in TwoAddressInstructionPass, not a mix of Liveintervals
and SlotIndexes.

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