diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-27 20:04:14 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-27 20:04:14 +0000 |
commit | e429a50b9687625fb50edbffb17355369f555366 (patch) | |
tree | 598f4525f8fea0227c616e26975ac35479c37bfb /gcc/function.c | |
parent | 2a62e439fb7289b71e2e9eb500091b561a8fe1f7 (diff) | |
download | gcc-e429a50b9687625fb50edbffb17355369f555366.zip gcc-e429a50b9687625fb50edbffb17355369f555366.tar.gz gcc-e429a50b9687625fb50edbffb17355369f555366.tar.bz2 |
final.c: Use rtx_sequence
gcc/
2014-08-27 David Malcolm <dmalcolm@redhat.com>
* final.c (get_attr_length_1): Replace GET_CODE check with a
dyn_cast, introducing local "seq" and the use of methods of
rtx_sequence.
(shorten_branches): Likewise, introducing local "body_seq".
Strengthen local "inner_insn" from rtx to rtx_insn *.
(reemit_insn_block_notes): Replace GET_CODE check with a
dyn_cast, strengthening local "body" from rtx to rtx_sequence *.
Use methods of rtx_sequence.
(final_scan_insn): Likewise, introducing local "seq" for when
"body" is known to be a SEQUENCE, using its methods.
From-SVN: r214594
Diffstat (limited to 'gcc/function.c')
0 files changed, 0 insertions, 0 deletions