]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/genattr-common.c
unconditionally compile most of the delay slot code
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Wed, 21 Oct 2015 21:05:02 +0000 (21:05 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Wed, 21 Oct 2015 21:05:02 +0000 (21:05 +0000)
commite90bedf52c86a7b4e2e0a1f8a5a1450725cb95b6
tree7e4247b26f99c762d570b1e1456c1d1e1167819e
parent0a798c16c13970d020bc5b93c1aceac9ec5dd7a1
unconditionally compile most of the delay slot code

gcc/ChangeLog:

2015-10-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* cfgrtl.c (pass_free_cfg::execute): Adjust.
* final.c (dbr_sequence_length): Always define.
(shorten_branches): Adjust.
* genattr-common.c (main): Always define DELAY_SLOTS.
* genattr.c (main): Unconditionally declare functions and define
macros related to delay slots.
* genattrtab.c (write_eligible_delay): Adjust.
(main): Always write out delay slot functions.
* opts.c (default_options_table): Adjust.
* reorg.c (redirect_with_delay_slots_safe_p): Likewise.
(redirect_with_delay_list_safe_p): Likewise.
(fill_simple_delay_slots): Likewise.
(fill_slots_from_thread): Likewise.
(make_return_insns): Likewise.
(dbr_schedule): Likewise.
(rest_of_handle_delay_slots): Likewise.
(pass_delay_slots::gate): Likewise.
* toplev.c (process_options): Likewise.

From-SVN: r229145
gcc/ChangeLog
gcc/cfgrtl.c
gcc/final.c
gcc/genattr-common.c
gcc/genattr.c
gcc/genattrtab.c
gcc/opts.c
gcc/reorg.c
gcc/toplev.c