OSDN Git Service

PR middle-end/25457
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Dec 2005 19:39:47 +0000 (19:39 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Dec 2005 19:39:47 +0000 (19:39 +0000)
* reorg.c (mostly_true_jump): Remove unused variable 'insn'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108672 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/reorg.c

index f4a435a..fd9c62c 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 104ad8e..431ef3c 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