aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2014-08-22 15:39:02 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-08-22 15:39:02 +0000
commitf3f6fb16149af364b82bf6b5596bca52ca0645e0 (patch)
tree9f5b793aed8fbeaa5957d1c03234c6b604984275 /gcc/expr.c
parent528a80c14ee077f5f801181a1732dc1c9fa1ffd2 (diff)
downloadgcc-f3f6fb16149af364b82bf6b5596bca52ca0645e0.zip
gcc-f3f6fb16149af364b82bf6b5596bca52ca0645e0.tar.gz
gcc-f3f6fb16149af364b82bf6b5596bca52ca0645e0.tar.bz2
expmed.c: Use rtx_insn and rtx_code_label
gcc/ * expmed.c (store_bit_field_using_insv): Strengthen local "last" from rtx to rtx_insn *. (store_bit_field_1): Likewise. (extract_bit_field_1): Likewise. (expand_mult_const): Likewise for local "insns". (expmed_mult_highpart): Strengthen local "label" from rtx to rtx_code_label *. (expand_smod_pow2): Likewise. (expand_sdiv_pow2): Likewise. (expand_divmod): Strengthen locals "last", "insn" from rtx to rtx_insn *. Strengthen locals "label", "label1", "label2", "label3", "label4", "label5", "lab" from rtx to rtx_code_label *. (emit_cstore): Strengthen local "last" from rtx to rtx_insn *. (emit_store_flag): Likewise. (emit_store_flag_force): Strengthen local "label" from rtx to rtx_code_label *. (do_cmp_and_jump): Likewise for param "label". From-SVN: r214323
Diffstat (limited to 'gcc/expr.c')
0 files changed, 0 insertions, 0 deletions