Add code to support stack spill/temp offsets that don't fit in the
authorVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 29 Jul 2003 19:53:21 +0000 (19:53 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Tue, 29 Jul 2003 19:53:21 +0000 (19:53 +0000)
commit83d30c89e55642462a2341547f516711f80c4c9a
tree339bcc9afd8599e98adee1b91a09677c6d91be7a
parentb5161b60c2fdc832b203b93bc9ff1cf91134884e
Add code to support stack spill/temp offsets that don't fit in the
immed. field.  Moved insertCallerSavingCode() to PhyRegAlloc: it is
now machine independent.  Remove all uses of PhyRegAlloc.

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