bb_note returns a rtx_note *
authorDavid Malcolm <dmalcolm@redhat.com>
Tue, 19 Aug 2014 19:43:08 +0000 (19:43 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Tue, 19 Aug 2014 19:43:08 +0000 (19:43 +0000)
commited27099755a9d34005b616231546f5ed017c61b9
tree2ec40f53d3d2050ba8e44353d526755a9d8f66ef
parent167b9fae86bca727a17f4d27a84c20bc9f60317a
bb_note returns a rtx_note *

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

* basic-block.h (bb_note): Strengthen return type from rtx to
rtx_note *.
* sched-int.h (bb_note): Likewise.
* cfgrtl.c (bb_note): Likewise.  Add a checked cast to rtx_note *.

From-SVN: r214188
gcc/ChangeLog
gcc/basic-block.h
gcc/cfgrtl.c
gcc/sched-int.h