Move the computation of the IsEarlyClobber flag into its own loop, since the
authorCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 06:46:46 +0000 (06:46 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 20 Feb 2013 06:46:46 +0000 (06:46 +0000)
commit2991feb0d3ce3989340b39f19110b1c645bcea10
treefd383a5ad4bc967468d3c80cfcdea3594521d6d0
parentc04679f0334d5bab8f1a67785cd1418095fb2e70
Move the computation of the IsEarlyClobber flag into its own loop, since the
correct value is needed in every iteration of the loop for updating
LiveIntervals.

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