From a9633db4d2870935d07ea267637422b43f838977 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 28 Jun 2011 08:50:45 +0000 Subject: [PATCH] Revert spurious change to mn10300_get_live_callee_saved_regs From-SVN: r175577 --- gcc/config/mn10300/mn10300.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; }) -- 2.7.4