]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/emit-rtl.c
Strengthen return type of gen_label_rtx
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Aug 2014 18:12:51 +0000 (18:12 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Aug 2014 18:12:51 +0000 (18:12 +0000)
commitbe95c7c74a6ad721a2b82847f1604f0aec7ce311
tree1a21d19e31be68f1164a5bed47a340ecfcfcafec
parent7bac25b3e8c565e1bd1122074fc1e0afe168068a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214179 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/emit-rtl.c
gcc/rtl.h