diff options
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 2 |
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, |