diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-07-12 21:06:42 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2013-07-12 21:06:42 +0000 |
commit | da582d461b765c299471119c99fe545e244fcf61 (patch) | |
tree | 29a5176c516a2b780a0cba307062e60c1763215e /gcc | |
parent | 18b0ea8fce2dfd832d6a66c8b02bbf0af62502e9 (diff) | |
download | gcc-da582d461b765c299471119c99fe545e244fcf61.zip gcc-da582d461b765c299471119c99fe545e244fcf61.tar.gz gcc-da582d461b765c299471119c99fe545e244fcf61.tar.bz2 |
* config/mips/mips.c (mips_expand_call): Remove empty statement.
From-SVN: r200928
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/mips.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cc3b7da..24c9747 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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> PR middle-end/55771 diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 3c7e439..f7b31ae 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -6899,7 +6899,7 @@ mips_expand_call (enum mips_call_type type, rtx result, rtx addr, gcc_assert (!lazy_p && type == MIPS_CALL_NORMAL); return insn; } - ; + orig_addr = addr; if (!call_insn_operand (addr, VOIDmode)) { |