aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-03-25 14:15:42 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-03-25 14:15:42 -0500
commit5de22273e188a97fd1dec4c8737351662030a646 (patch)
tree25faf5bb4e24ae57d263751adaa4cf38127b142e
parent29ff151469ab396268f6fdb7034818f662dd4899 (diff)
downloadgcc-5de22273e188a97fd1dec4c8737351662030a646.zip
gcc-5de22273e188a97fd1dec4c8737351662030a646.tar.gz
gcc-5de22273e188a97fd1dec4c8737351662030a646.tar.bz2
(invert_jump): Remove decl of unused variable OLABEL.
From-SVN: r6888
-rw-r--r--gcc/jump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 3e20833..7ed9b5b 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -3434,8 +3434,6 @@ int
invert_jump (jump, nlabel)
rtx jump, nlabel;
{
- register rtx olabel = JUMP_LABEL (jump);
-
/* We have to either invert the condition and change the label or
do neither. Either operation could fail. We first try to invert
the jump. If that succeeds, we try changing the label. If that fails,