emit_jump_table_data returns an rtx_jump_table_data *
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 19 Aug 2014 20:22:09 +0000 (20:22 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 19 Aug 2014 20:22:09 +0000 (20:22 +0000)
commit4598afdd15d5daf47de645ef6269a5efb467c389
tree68b4cad0a94e7d3d451d95aacbef7ae1149a0f4c
parent66e8df5354f2d9c705d5d8ae461cc76aaf0d1b0c
emit_jump_table_data returns an rtx_jump_table_data *

2014-08-19  David Malcolm  <dmalcolm@redhat.com>

* emit-rtl.c (emit_jump_table_data): Strengthen return type from
rtx to rtx_jump_table_data *.  Also for local.
* rtl.h (emit_jump_table_data): Likewise.

From-SVN: r214193
gcc/ChangeLog
gcc/emit-rtl.c
gcc/rtl.h