public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [M68K] Remove set but not used variable
@ 2010-07-02 20:18 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2010-07-02 20:18 UTC (permalink / raw)
  To: gcc-patches

The dataflow merge introduced this set but not used variable.

Andreas.

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.

Index: config/m68k/m68k.c
===================================================================
--- config/m68k/m68k.c	(revision 161740)
+++ config/m68k/m68k.c	(working copy)
@@ -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));
 }
 \f
 /* Return true if a simple (return) instruction is sufficient for this

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-02 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-02 20:18 [M68K] Remove set but not used variable Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).