summaryrefslogtreecommitdiff
path: root/gcc/jump.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-14 20:14:37 -0800
committerYamaArashi <shadow962@live.com>2016-02-14 20:14:37 -0800
commit69d04ba246cd5716eb4efd0ad8bc761a2d3ae7ab (patch)
treef32e0530782cc8b6e2d84d6026e699fa3b93d165 /gcc/jump.c
parent0aebbdf6f7c204a0453892a0f946ce3821b6b6ca (diff)
remove insn scheduling (not supported with thumb)
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