Commit 5535b63f by John David Anglin Committed by John David Anglin

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
parent 494ef4c2
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment