From: Brian Gaeke Date: Tue, 6 Apr 2004 22:09:59 +0000 (+0000) Subject: Delete reference to "the Mach-O Runtime ABI". X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=856e4fc59ee13c84150dbef4e46795ca7883504e;hp=ea8494bb89f5170b62e492585588fdb5f1ba64be;p=oota-llvm.git 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 --- 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: