diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-25 14:15:42 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-03-25 14:15:42 -0500 |
commit | 5de22273e188a97fd1dec4c8737351662030a646 (patch) | |
tree | 25faf5bb4e24ae57d263751adaa4cf38127b142e | |
parent | 29ff151469ab396268f6fdb7034818f662dd4899 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, |