On Wed, Sep 19, 2018 at 1:18 AM David Malcolm wrote:
>
> As promised at Cauldron, this patch uses %T and %G with dump_printf and
> dump_printf_loc calls to eliminate calls to
>
> dump_generic_expr (MSG_*, arg, TDF_SLIM) (via %T)
>
> and
>
> dump_gimple_stmt (MSG_*, TDF_SLIM, stmt, 0) (via %G
As promised at Cauldron, this patch uses %T and %G with dump_printf and
dump_printf_loc calls to eliminate calls to
dump_generic_expr (MSG_*, arg, TDF_SLIM) (via %T)
and
dump_gimple_stmt (MSG_*, TDF_SLIM, stmt, 0) (via %G)
throughout the middle-end, simplifying numerous dump callsites.
A