From: Nick Clifton Date: Tue, 28 Jun 2011 08:50:45 +0000 (+0000) Subject: Revert spurious change to mn10300_get_live_callee_saved_regs X-Git-Tag: releases/gcc-4.7.0~5738 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9633db4d2870935d07ea267637422b43f838977;p=thirdparty%2Fgcc.git Revert spurious change to mn10300_get_live_callee_saved_regs From-SVN: r175577 --- diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md index 8799648cc26e..e43d0ed82dd5 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 ""; })