Fix early-clobber handling in shrinkToUses.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 14 Nov 2011 18:45:38 +0000 (18:45 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Mon, 14 Nov 2011 18:45:38 +0000 (18:45 +0000)
commitf054e198197122011fc80b673f35333bc3e58c98
tree90d575cf4438a85541b2a668272cd3a4f10c30b8
parent96b685b4aadef3c273fead1ea8788e1452d7bbea
Fix early-clobber handling in shrinkToUses.

I broke this in r144515, it affected most ARM testers.

<rdar://problem/10441389>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144547 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
test/CodeGen/ARM/2011-11-14-EarlyClobber.ll [new file with mode: 0644]