diff options
author | Joern Rennecke <amylaar@spamcop.net> | 2010-11-12 17:15:18 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-11-12 17:15:18 +0000 |
commit | d3c176fcafc5ab0c863b45feb5a3d21fa3c45857 (patch) | |
tree | fdb6baf458e524288418a3a453bb12a2960c9872 /gcc/final.c | |
parent | 4a6336ad33661a550986b2f9f8a76e3e2bfe07c3 (diff) | |
download | gcc-d3c176fcafc5ab0c863b45feb5a3d21fa3c45857.zip gcc-d3c176fcafc5ab0c863b45feb5a3d21fa3c45857.tar.gz gcc-d3c176fcafc5ab0c863b45feb5a3d21fa3c45857.tar.bz2 |
re PR target/46412 (bfin-elf --enable-werror-always build fails)
PR target/46412
* config/bfin/bfin-protos.h (bfin_local_alignment): Update prototype.
* config/bfin/bfin.c: Include sel-sched.h .
(bfin_cpus): Use BFIN_CPU_UNKNOWN for last initializer element.
(expand_interrupt_handler_prologue): Remove unused variable insn.
(bfin_load_pic_reg): Likewise.
(bfin_rtx_costs): Make code / outer_code variables of type
enum rtx_code, copied from re-named parameters.
(bfin_local_alignment): Change align argument and return type
to unsigned.
(bfin_adjust_cost): Remove unused variable insn_type.
Declare variables at start of block.
(struct loop_info): Rename to...
(struct loop_info_d).
(workaround_rts_anomaly): Change type of icode to int.
(harmless_null_pointer_p): Cast REGNO (..) to int before comparison
with int-typed variable.
(note_np_check_stores): Likewise.
(trapping_loads_p): Remove unused variable pat.
(bfin_expand_binop_builtin): Use expand_normal.
(bfin_expand_unop_builtin): Likewise.
(bfin_expand_builtin): Likewise.
Set tmode before use.
From-SVN: r166661
Diffstat (limited to 'gcc/final.c')
0 files changed, 0 insertions, 0 deletions