r214188 - in /trunk/gcc: ChangeLog basic-block....

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Tue Aug 19 19:43:00 GMT 2014


Author: dmalcolm
Date: Tue Aug 19 19:43:08 2014
New Revision: 214188

URL: https://gcc.gnu.org/viewcvs?rev=214188&root=gcc&view=rev
Log:
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 *.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/basic-block.h
    trunk/gcc/cfgrtl.c
    trunk/gcc/sched-int.h



More information about the Gcc-cvs mailing list