]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR middle-end/25457 (reorg.c:966: warning: unused variable 'insn')
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Fri, 16 Dec 2005 19:39:47 +0000 (19:39 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Fri, 16 Dec 2005 19:39:47 +0000 (19:39 +0000)
PR middle-end/25457
* reorg.c (mostly_true_jump): Remove unused variable 'insn'.

From-SVN: r108672

gcc/ChangeLog
gcc/reorg.c

index f4a435ad496b34a5ce0b569cbe0b1da929349a9e..fd9c62c39cf3ec4c9d4599869d58fb9859180e2f 100644 (file)
@@ -1,5 +1,8 @@
 2005-12-16  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
+       PR middle-end/25457
+       * reorg.c (mostly_true_jump): Remove unused variable 'insn'.
+
        PR target/25447
        * config/pa/pa.c (pa_scalar_mode_supported_p): Handle
        MODE_DECIMAL_FLOAT.
index 104ad8e467f559265571642bfb857f19b7d1e831..431ef3c116eda91dc1956d0f0e389eebd5e9835d 100644 (file)
@@ -963,7 +963,7 @@ static int
 mostly_true_jump (rtx jump_insn, rtx condition)
 {
   rtx target_label = JUMP_LABEL (jump_insn);
-  rtx insn, note;
+  rtx note;
   int rare_dest, rare_fallthrough;
 
   /* If branch probabilities are available, then use that number since it