Skip to content
Commit 17a8d08d authored by Evan Cheng's avatar Evan Cheng
Browse files

- 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.

llvm-svn: 30635
parent 9f7d0d1d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment