Delete reference to "the Mach-O Runtime ABI".
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 6 Apr 2004 22:09:59 +0000 (22:09 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 6 Apr 2004 22:09:59 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12726 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/Sparc.td
lib/Target/SparcV8/SparcV8.td

index 7607dca0280c2eb045c0388c374f2711b153699f..b8dff53a57588a7ffd8da5e3718c2a75f10cf7e0 100644 (file)
@@ -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:
index 7607dca0280c2eb045c0388c374f2711b153699f..b8dff53a57588a7ffd8da5e3718c2a75f10cf7e0 100644 (file)
@@ -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: