From: Richard Kenner Date: Fri, 25 Mar 1994 19:15:42 +0000 (-0500) Subject: (invert_jump): Remove decl of unused variable OLABEL. X-Git-Tag: misc/cutover-egcs-0~7055 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5de22273e188a97fd1dec4c8737351662030a646;p=thirdparty%2Fgcc.git (invert_jump): Remove decl of unused variable OLABEL. From-SVN: r6888 --- diff --git a/gcc/jump.c b/gcc/jump.c index 3e20833906d9..7ed9b5bbcdf8 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,