diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-25 18:11:38 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-25 18:11:38 +0000 |
commit | 04f4b24c8de7dd4677f0c2f98cf88ca8f631b811 (patch) | |
tree | 6f48d3ef971ae64ec6056dce43e05ead0f30406e /gcc/function.c | |
parent | aa4a0061bb12f205207feea29e61a4b03146a6fe (diff) | |
download | gcc-04f4b24c8de7dd4677f0c2f98cf88ca8f631b811.zip gcc-04f4b24c8de7dd4677f0c2f98cf88ca8f631b811.tar.gz gcc-04f4b24c8de7dd4677f0c2f98cf88ca8f631b811.tar.bz2 |
config/microblaze/microblaze.c: Use rtx_insn and rtx_code_label
gcc/
* config/microblaze/microblaze.c (microblaze_call_tls_get_addr):
Strengthen return type and local "insns" from rtx to rtx_insn *.
(microblaze_legitimize_tls_address): Likewise for local "insns".
(microblaze_block_move_loop): Strengthen local "label" from rtx
to rtx_code_label *.
(microblaze_expand_prologue): Strengthen two locals named "insn"
from rtx to rtx_insn *.
(microblaze_asm_output_mi_thunk): Likewise for local "insn".
(microblaze_expand_divide): Likewise for locals "jump", "cjump",
"insn". Strengthen locals "div_label", "div_end_label" from rtx
to rtx_code_label *.
From-SVN: r214449
Diffstat (limited to 'gcc/function.c')
0 files changed, 0 insertions, 0 deletions