Don't record instructions for copying method arguments in the
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:34:15 +0000 (04:34 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 25 Apr 2002 04:34:15 +0000 (04:34 +0000)
commit4876209aa6ac2db626ab21e996b37005c03600da
tree8cdadb6426f381713da82da3e1fddd14f3a7ee5c
parent93240fe6b1f79e9ccb271a214a01141f8c2c123a
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@2312 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp