Delete reference to "the Mach-O Runtime ABI".
[oota-llvm.git] / lib / Target / Sparc / Sparc.td
index 345ea4d33e70b504c963cba04b4bec79512f0311..b8dff53a57588a7ffd8da5e3718c2a75f10cf7e0 100644 (file)
@@ -18,8 +18,8 @@ include "../Target.td"
 // Register File Description
 //===----------------------------------------------------------------------===//
 
-include "SparcV8Reg.td"
-include "SparcV8Instrs.td"
+include "SparcV8RegisterInfo.td"
+include "SparcV8InstrInfo.td"
 
 def SparcV8InstrInfo : InstrInfo {
   let PHIInst  = PHI;
@@ -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: