Commit 5de22273 by Richard Kenner

(invert_jump): Remove decl of unused variable OLABEL.

From-SVN: r6888
parent 29ff1514
...@@ -3434,8 +3434,6 @@ int ...@@ -3434,8 +3434,6 @@ int
invert_jump (jump, nlabel) invert_jump (jump, nlabel)
rtx jump, nlabel; rtx jump, nlabel;
{ {
register rtx olabel = JUMP_LABEL (jump);
/* We have to either invert the condition and change the label or /* We have to either invert the condition and change the label or
do neither. Either operation could fail. We first try to invert do neither. Either operation could fail. We first try to invert
the jump. If that succeeds, we try changing the label. If that fails, the jump. If that succeeds, we try changing the label. If that fails,
......
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