diff options
author | Duraid Madina <duraid@octopus.com.au> | 2006-01-23 06:11:45 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2006-01-23 06:11:45 +0000 |
commit | dfa28ac56f8505978d348ddb73f52224869621d1 (patch) | |
tree | 7bd4c6219f05e949c096bb72da484e46f7bb22ca | |
parent | b9bcd18794fd57c04390bc0b86f924fd6e6f4dad (diff) |
die, die!! r15, you are not callee-saved
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25527 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/IA64/IA64.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/IA64/IA64.td b/lib/Target/IA64/IA64.td index 3e5c6131a3..78cf55e48e 100644 --- a/lib/Target/IA64/IA64.td +++ b/lib/Target/IA64/IA64.td @@ -51,7 +51,6 @@ def IA64 : Target { // r12, // memory stack pointer (SP)- XXX NOT callee saved, we do it ourselves // rp, // return branch register (rp/b0) - we do this ourselves // **** r13 (thread pointer) we do not touch, ever. it's not here. ****// - //r15, //'stacked' GRs the RSE takes care of, we don't worry about /* We don't want PEI::calculateCallerSavedRegisters to worry about them, |