]> gcc.gnu.org Git - gcc.git/commitdiff
(invert_jump): Remove decl of unused variable OLABEL.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:15:42 +0000 (14:15 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 25 Mar 1994 19:15:42 +0000 (14:15 -0500)
From-SVN: r6888

gcc/jump.c

index 3e20833906d96ea5b5c780ae98f691c0aaa184ac..7ed9b5bbcdf86ad4e7c5275ea22db0e0d96c029e 100644 (file)
@@ -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,
This page took 0.067613 seconds and 5 git commands to generate.