diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-25 16:41:29 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-25 16:41:29 +0000 |
commit | 81e3f921e473493e6003cebcb14a4625d503aa72 (patch) | |
tree | 7f658e9f7cc522d2ef70d94a151b75482ab97cc2 /gcc/function.c | |
parent | b3458f6117797fd0fff6b451e771a18fe6ba0434 (diff) | |
download | gcc-81e3f921e473493e6003cebcb14a4625d503aa72.zip gcc-81e3f921e473493e6003cebcb14a4625d503aa72.tar.gz gcc-81e3f921e473493e6003cebcb14a4625d503aa72.tar.bz2 |
config/arm: Use rtx_insn and rtx_code_label
gcc/
* config/arm/arm-protos.h (arm_final_prescan_insn): Strengthen
param from rtx to rtx_insn *.
(thumb1_final_prescan_insn): Likewise.
(thumb2_final_prescan_insn): Likewise.
* config/arm/arm.c (emit_set_insn): Strengthen return type from
rtx to rtx_insn *.
(struct minipool_node): Likewise for field "insn".
(dump_minipool): Likewise for param "scan".
(create_fix_barrier): Likewise for local "from". Strengthen local
"label" from rtx to rtx_code_label *.
(push_minipool_barrier): Strengthen param "insn" from rtx to
rtx_insn *.
(push_minipool_fix): Likewise.
(note_invalid_constants): Likewise.
(thumb2_reorg): Likewise for local "insn".
(arm_reorg): Likewise.
(thumb2_final_prescan_insn): Likewise for param
"insn" and local "first_insn".
(arm_final_prescan_insn): Likewise for param "insn" and locals
"start_insn", "this_insn".
(arm_debugger_arg_offset): Likewise for param "insn".
(thumb1_emit_multi_reg_push): Likewise for return type and local
"insn".
(thumb1_final_prescan_insn): Likewise for param "insn".
(thumb_far_jump_used_p): Likewise for local "insn".
(thumb1_expand_prologue): Likewise.
(arm_expand_epilogue_apcs_frame): Likewise.
(arm_expand_epilogue): Likewise for locals "insn", "tmp".
(arm_split_compare_and_swap): Strengthen locals "label1", "label2"
from rtx to rtx_code_label *.
(arm_split_atomic_op): Likewise for local "label".
(arm_emit_coreregs_64bit_shift): Likewise for local "done_label".
From-SVN: r214437
Diffstat (limited to 'gcc/function.c')
0 files changed, 0 insertions, 0 deletions