In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to
authorBrian Gaeke <gaeke@uiuc.edu>
Thu, 11 Mar 2004 06:45:52 +0000 (06:45 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Thu, 11 Mar 2004 06:45:52 +0000 (06:45 +0000)
commitcf68bd5fc1e4f372d310756839a353849c655709
tree9a517501640bc8155544a1f96e2a32338f533795
parent36061dab060d5a50fd18359e528bb41afe0f9b68
In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to
make the output more compact.

Divorce state-saving from the doFinalization method; for some reason it's not
getting called when I want it to, at Reoptimizer time. Put the guts in
PhyRegAlloc::finishSavingState(). Put an abort() in it so that I can be really
really sure that it's getting called.

Update comments.

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