]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove IA64 speculation tweaking flags
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
Thu, 22 May 2014 07:25:48 +0000 (07:25 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Thu, 22 May 2014 07:25:48 +0000 (07:25 +0000)
commit16d83dd6f873552cce2116602073412cb0c297ed
tree0b3daa57eb64deffcaa18a86da8474cde31d369d
parent03bdb69f1d7196e80988b95166ab5670b0b62d44
Remove IA64 speculation tweaking flags

* config/ia64/ia64.c (ia64_set_sched_flags): Delete handling of
speculation tuning flags.
(msched-prefer-non-data-spec-insns,)
(msched-prefer-non-control-spec-insns): Obsolete options.
* haifa-sched.c (choose_ready): Remove handling of
PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.
* sched-int.h (enum SPEC_SCHED_FLAGS): Remove PREFER_NON_CONTROL_SPEC
and PREFER_NON_DATA_SPEC.
* sel-sched.c (process_spec_exprs): Remove handling of
PREFER_NON_CONTROL_SPEC and PREFER_NON_DATA_SPEC.

From-SVN: r210746
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/config/ia64/ia64.opt
gcc/haifa-sched.c
gcc/sched-int.h
gcc/sel-sched.c