diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-09-05 13:58:29 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-09-05 13:58:29 +0000 |
commit | 75677a6759750582b0aa92b3409d0061b4f66739 (patch) | |
tree | 6cb50cacb39e660c495147b9a1c7f753bf05b947 /gcc/ChangeLog | |
parent | 35b5c75197e5b3a2d8317b7fdf7c7eb33994f6d0 (diff) | |
download | gcc-75677a6759750582b0aa92b3409d0061b4f66739.zip gcc-75677a6759750582b0aa92b3409d0061b4f66739.tar.gz gcc-75677a6759750582b0aa92b3409d0061b4f66739.tar.bz2 |
Use rtx_jump_table_data in jump.c:delete_related_insns
gcc/ChangeLog
2014-09-05 David Malcolm <dmalcolm@redhat.com>
* jump.c (delete_related_insns): Introduce a new local "table" by
replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the
get_labels method of "table" to simplify access to the labels in
the jump table.
From-SVN: r214960
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce91a96..8c355dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2014-09-05 David Malcolm <dmalcolm@redhat.com> + + * jump.c (delete_related_insns): Introduce a new local "table" by + replacing JUMP_TABLE_DATA_P with a dyn_cast, then use the + get_labels method of "table" to simplify access to the labels in + the jump table. + 2014-09-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/arm/cortex-a53.md (cortex_a53_fpalu): Add f_rints, f_rintd, |