summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/Sparc.td
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-06 22:09:59 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-06 22:09:59 +0000
commit856e4fc59ee13c84150dbef4e46795ca7883504e (patch)
tree7f9c8d36476ef598e2ab57f0ac1403aea0ebe599 /lib/Target/Sparc/Sparc.td
parentea8494bb89f5170b62e492585588fdb5f1ba64be (diff)
downloadllvm-856e4fc59ee13c84150dbef4e46795ca7883504e.tar.gz
llvm-856e4fc59ee13c84150dbef4e46795ca7883504e.tar.bz2
llvm-856e4fc59ee13c84150dbef4e46795ca7883504e.tar.xz
Delete reference to "the Mach-O Runtime ABI".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12726 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/Sparc.td')
-rw-r--r--lib/Target/Sparc/Sparc.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/Sparc/Sparc.td b/lib/Target/Sparc/Sparc.td
index 7607dca028..b8dff53a57 100644
--- a/lib/Target/Sparc/Sparc.td
+++ b/lib/Target/Sparc/Sparc.td
@@ -29,8 +29,7 @@ def SparcV8 : Target {
// Pointers are 32-bits in size.
let PointerType = i32;
- // According to the Mach-O Runtime ABI, these regs are nonvolatile across
- // calls:
+ // These regs are nonvolatile across calls:
let CalleeSavedRegisters = [];
// Pull in Instruction Info: