From 5535b63f1add1c67b56e01641eff3e30bec6d7e4 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Fri, 16 Dec 2005 19:39:47 +0000 Subject: 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/reorg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/reorg.c') diff --git a/gcc/reorg.c b/gcc/reorg.c index 104ad8e..431ef3c 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 -- cgit v1.1