diff options
author | YamaArashi <shadow962@live.com> | 2016-02-14 20:14:37 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-14 20:14:37 -0800 |
commit | 69d04ba246cd5716eb4efd0ad8bc761a2d3ae7ab (patch) | |
tree | f32e0530782cc8b6e2d84d6026e699fa3b93d165 /gcc/jump.c | |
parent | 0aebbdf6f7c204a0453892a0f946ce3821b6b6ca (diff) |
remove insn scheduling (not supported with thumb)
Diffstat (limited to 'gcc/jump.c')
-rwxr-xr-x | gcc/jump.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |