Commit da582d46 by Maciej W. Rozycki Committed by Maciej W. Rozycki

* config/mips/mips.c (mips_expand_call): Remove empty statement.

From-SVN: r200928
parent 18b0ea8f
2013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
* config/mips/mips.c (mips_expand_call): Remove empty statement.
2013-07-12 Michael Matz <matz@suse.de> 2013-07-12 Michael Matz <matz@suse.de>
PR middle-end/55771 PR middle-end/55771
......
...@@ -6899,7 +6899,7 @@ mips_expand_call (enum mips_call_type type, rtx result, rtx addr, ...@@ -6899,7 +6899,7 @@ mips_expand_call (enum mips_call_type type, rtx result, rtx addr,
gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL); gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL);
return insn; return insn;
} }
;
orig_addr = addr; orig_addr = addr;
if (!call_insn_operand (addr, VOIDmode)) if (!call_insn_operand (addr, VOIDmode))
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment