Re: [PATCH 030/236] Convert various rtx to rtx_note *

2014-08-19 Thread David Malcolm
On Wed, 2014-08-06 at 13:20 -0400, David Malcolm wrote: gcc/ * basic-block.h (create_basic_block_structure): Strengthen third param bb_note from rtx to rtx_note *. * rtl.h (emit_note_before): Strengthen return type from rtx to rtx_note *. (emit_note_after):

[PATCH 030/236] Convert various rtx to rtx_note *

2014-08-06 Thread David Malcolm
gcc/ * basic-block.h (create_basic_block_structure): Strengthen third param bb_note from rtx to rtx_note *. * rtl.h (emit_note_before): Strengthen return type from rtx to rtx_note *. (emit_note_after): Likewise. (emit_note): Likewise.