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)
commit6cf93d740a600024f2de924614a4d4d0dc1cb852
treeee875794d4d0f38e71beb125799a74e926681e72
parent60af0f25616d8f228f1c5aa6ad79426fcc46baaa
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.

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