Operand numbers are now ints. Save the register allocation of the value
authorBrian Gaeke <gaeke@uiuc.edu>
Mon, 10 Nov 2003 00:05:26 +0000 (00:05 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Mon, 10 Nov 2003 00:05:26 +0000 (00:05 +0000)
commit213904133d0ee6cae7ebd025bfc4c5f0677cc214
tree92b972e75e5f30855893b7a8a3442197e30d0952
parent4f7a8cf8c2fed7ffc1121888a0cfa3cb0e115a2d
Operand numbers are now ints. Save the register allocation of the value
each instruction produces as "operand" -1, and the other operands as 0
.. n, as before. PhyRegAlloc::saveState() is refactored into
PhyRegAlloc::saveStateForValue().

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