mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-05 19:29:01 +00:00
lie a bit and say that r1/r12 (GP/SP) _aren't_ callee-save, as we take
care of this ourselves git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21110 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4ee131ffa8
commit
b70c2f3ef7
@ -42,8 +42,8 @@ def IA64 : Target {
|
|||||||
|
|
||||||
//'special' GRs:
|
//'special' GRs:
|
||||||
|
|
||||||
r1, // global data pointer (GP)
|
// r1, // global data pointer (GP) - XXX NOT callee saved, we do it ourselves
|
||||||
r12, // memory stack pointer (SP)
|
// r12, // memory stack pointer (SP)- XXX NOT callee saved, we do it ourselves
|
||||||
// **** r13 (thread pointer) we do not touch, ever. it's not here. ****//
|
// **** r13 (thread pointer) we do not touch, ever. it's not here. ****//
|
||||||
//r15, // our frame pointer (FP)
|
//r15, // our frame pointer (FP)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user