From 856e4fc59ee13c84150dbef4e46795ca7883504e Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 6 Apr 2004 22:09:59 +0000 Subject: [PATCH] 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 --- lib/Target/Sparc/Sparc.td | 3 +-- lib/Target/SparcV8/SparcV8.td | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/Target/Sparc/Sparc.td b/lib/Target/Sparc/Sparc.td index 7607dca0280..b8dff53a575 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: diff --git a/lib/Target/SparcV8/SparcV8.td b/lib/Target/SparcV8/SparcV8.td index 7607dca0280..b8dff53a575 100644 --- a/lib/Target/SparcV8/SparcV8.td +++ b/lib/Target/SparcV8/SparcV8.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: -- 2.34.1