On 08/12/14 18:45, David Malcolm wrote:
On Tue, 2014-08-12 at 17:15 -0400, Trevor Saunders wrote:
On Tue, Aug 12, 2014 at 02:50:39PM -0600, Jeff Law wrote:
On 08/06/14 11:19, David Malcolm wrote:
This gives a slight improvement in typesafety in cfgexpand.c
gcc/
* cfgexpand.c (lab_rtx_
On Tue, 2014-08-12 at 17:15 -0400, Trevor Saunders wrote:
> On Tue, Aug 12, 2014 at 02:50:39PM -0600, Jeff Law wrote:
> > On 08/06/14 11:19, David Malcolm wrote:
> > >This gives a slight improvement in typesafety in cfgexpand.c
> > >
> > >gcc/
> > > * cfgexpand.c (lab_rtx_for_bb): Convert from po
On Tue, Aug 12, 2014 at 02:50:39PM -0600, Jeff Law wrote:
> On 08/06/14 11:19, David Malcolm wrote:
> >This gives a slight improvement in typesafety in cfgexpand.c
> >
> >gcc/
> > * cfgexpand.c (lab_rtx_for_bb): Convert from pointer_map_t to
> > pointer_map.
> > (label_rtx_for_bb): Upda
On 08/06/14 11:19, David Malcolm wrote:
This gives a slight improvement in typesafety in cfgexpand.c
gcc/
* cfgexpand.c (lab_rtx_for_bb): Convert from pointer_map_t to
pointer_map.
(label_rtx_for_bb): Update for conversion of lab_rtx_for_bb to
a pointer_map, elimi
This gives a slight improvement in typesafety in cfgexpand.c
gcc/
* cfgexpand.c (lab_rtx_for_bb): Convert from pointer_map_t to
pointer_map.
(label_rtx_for_bb): Update for conversion of lab_rtx_for_bb to
a pointer_map, eliminating casts from void* to rtx.
(e