summaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jump.c')
-rwxr-xr-xgcc/jump.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/jump.c b/gcc/jump.c
index 55b6517..726c170 100755
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -1809,7 +1809,6 @@ jump_optimize (f, cross_jump, noop_moves, after_regscan)
Also don't do it when we are called after reload since
it will confuse reorg. */
if (! first
- && (reload_completed ? ! flag_delayed_branch : 1)
/* Make sure INSN is something we can invert. */
&& condjump_p (insn)
&& label1 != 0