From 5535b63f1add1c67b56e01641eff3e30bec6d7e4 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Fri, 16 Dec 2005 19:39:47 +0000 Subject: [PATCH] re PR middle-end/25457 (reorg.c:966: warning: unused variable 'insn') PR middle-end/25457 * reorg.c (mostly_true_jump): Remove unused variable 'insn'. From-SVN: r108672 --- gcc/ChangeLog | 3 +++ gcc/reorg.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f4a435ad496..fd9c62c39cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,8 @@ 2005-12-16 John David Anglin + 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. diff --git a/gcc/reorg.c b/gcc/reorg.c index 104ad8e467f..431ef3c116e 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -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