Commit 2dc8bd76 by Andreas Schwab Committed by Andreas Schwab

re PR target/44771 (m68k_expand_prologue: variable set but not used)

PR target/44771
* config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
used variable insn.

From-SVN: r161741
parent ff5b6492
2010-07-02 Andreas Schwab <schwab@linux-m68k.org>
PR target/44771
* config/m68k/m68k.c (m68k_expand_prologue): Remove set but not
used variable insn.
2010-07-02 Eric Botcazou <ebotcazou@adacore.com>
* implicit-zee.c (combine_reaching_defs): Fix long lines.
......
......@@ -1042,7 +1042,7 @@ void
m68k_expand_prologue (void)
{
HOST_WIDE_INT fsize_with_regs;
rtx limit, src, dest, insn;
rtx limit, src, dest;
m68k_compute_frame_layout ();
......@@ -1185,7 +1185,7 @@ m68k_expand_prologue (void)
if (!TARGET_SEP_DATA
&& crtl->uses_pic_offset_table)
insn = emit_insn (gen_load_got (pic_offset_table_rtx));
emit_insn (gen_load_got (pic_offset_table_rtx));
}
/* Return true if a simple (return) instruction is sufficient for this
......
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