aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/Sparc/Sparc.td3
-rw-r--r--lib/Target/SparcV8/SparcV8.td3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/Target/Sparc/Sparc.td b/lib/Target/Sparc/Sparc.td
index 7607dca028..b8dff53a57 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 7607dca028..b8dff53a57 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: