projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4be46d1
)
Revert spurious change to mn10300_get_live_callee_saved_regs
author
Nick Clifton
<nickc@gcc.gnu.org>
Tue, 28 Jun 2011 08:50:45 +0000
(08:50 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Tue, 28 Jun 2011 08:50:45 +0000
(08:50 +0000)
From-SVN: r175577
gcc/config/mn10300/mn10300.md
patch
|
blob
|
history
diff --git
a/gcc/config/mn10300/mn10300.md
b/gcc/config/mn10300/mn10300.md
index 8799648cc26e831e8d3e9973891325e7cb527e6d..e43d0ed82dd5ee47135043e86adefec7dc087ee6 100644
(file)
--- a/
gcc/config/mn10300/mn10300.md
+++ b/
gcc/config/mn10300/mn10300.md
@@
-2048,7
+2048,7
@@
{
/* The RETF insn is up to 3 cycles faster than RET. */
fputs ((mn10300_can_use_retf_insn () ? "\tretf " : "\tret "), asm_out_file);
- mn10300_print_reg_list (asm_out_file, mn10300_get_live_callee_saved_regs (
NULL
));
+ mn10300_print_reg_list (asm_out_file, mn10300_get_live_callee_saved_regs ());
fprintf (asm_out_file, ",%d\n", (int) INTVAL (operands[0]));
return "";
})