aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2011-06-28 08:50:45 +0000
committerNick Clifton <nickc@gcc.gnu.org>2011-06-28 08:50:45 +0000
commita9633db4d2870935d07ea267637422b43f838977 (patch)
tree9d5f72e510940afe9aa1a60cb36347f1f904ba21 /gcc
parent4be46d1929b7cd412b611b8433571a354ac0fe28 (diff)
downloadgcc-a9633db4d2870935d07ea267637422b43f838977.zip
gcc-a9633db4d2870935d07ea267637422b43f838977.tar.gz
gcc-a9633db4d2870935d07ea267637422b43f838977.tar.bz2
Revert spurious change to mn10300_get_live_callee_saved_regs
From-SVN: r175577
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mn10300/mn10300.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md
index 8799648..e43d0ed 100644
--- 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 "";
})