Don't record instructions for copying method arguments in the
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:46:28 +0000 (04:46 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:46:28 +0000 (04:46 +0000)
commitd23a229c4cd4019ecfdd18b855c32146922d1b14
tree50a5ba783571e3da2a2a91a80b73f6a0766229a4
parent0bc051607859c10e151c9dd9fd06246f7dc098ac
Don't record instructions for copying method arguments in the
AddedInstrns sets for the first machine instruction.  It is hard
to ensure that the right order is preserved, and sure enough, the
order was broken.  Instead, use a separate set for the function entry.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2318 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h