aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Sparc')
-rw-r--r--lib/Target/Sparc/Sparc.td3
1 files changed, 1 insertions, 2 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: