Delete reference to "the Mach-O Runtime ABI".
[oota-llvm.git] / 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: