summaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-25 19:15:42 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-25 19:15:42 +0000
commit43a49b081779a23c4c20bb77cc431b939c812e90 (patch)
tree25faf5bb4e24ae57d263751adaa4cf38127b142e /gcc/jump.c
parent45153b515f53d2a4f9b3c70aef2161fa48e4ca62 (diff)
downloadgcc-43a49b081779a23c4c20bb77cc431b939c812e90.tar.gz
(invert_jump): Remove decl of unused variable OLABEL.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6888 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/jump.c')
-rw-r--r--gcc/jump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 3e20833906d..7ed9b5bbcdf 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,