- Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just
authorEvan Cheng <evan.cheng@apple.com>
Thu, 28 Sep 2006 00:07:19 +0000 (00:07 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 28 Sep 2006 00:07:19 +0000 (00:07 +0000)
commit02569d7355b03155b32c1c0d0e46f6aa957f4802
tree0ea667903ec20054a8c50662776072dbcec2849c
parent31cefb99431a10ced8660b14c61fc2ad6b172f75
- Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just
before it determines which callee-save registers are to be spilled. This allows
the target to make changes such as forcing certain physical registers to be
spilled.
- Modified comments. It's important to note the order of registers in the array
returns by getCalleeSaveRegs() determines the order of callee save spill code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30635 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/MRegisterInfo.h