Strengthen return type of gen_label_rtx
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 19 Aug 2014 18:12:51 +0000 (18:12 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 19 Aug 2014 18:12:51 +0000 (18:12 +0000)
commit7dcc3ab587749e9898da60baef6f9c9d43a5626d
tree1a21d19e31be68f1164a5bed47a340ecfcfcafec
parenteb51c837dd39c8eea4751234230ab4334db66d49
Strengthen return type of gen_label_rtx

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

* rtl.h (gen_label_rtx): Strengthen return type from rtx to
rtx_code_label *.

* emit-rtl.c (gen_label_rtx): Likewise.

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