Replace LiveInterval::killedAt with isKilledAtInstr.
authorAndrew Trick <atrick@apple.com>
Fri, 30 Aug 2013 04:31:01 +0000 (04:31 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 30 Aug 2013 04:31:01 +0000 (04:31 +0000)
commit1362dcb5899bc88f0e567dd10e2e9003a79ace21
treef448d4843eff1df0705397bc111802aed49cc2b3
parentda6fc15f0fb26ebbe42ab96e0d066bbd5bdbb72e
Replace LiveInterval::killedAt with isKilledAtInstr.

Return true for LRGs that end at EarlyClobber or Register slots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189642 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
lib/CodeGen/LiveRangeEdit.cpp
lib/CodeGen/RegisterPressure.cpp