Re: [PATCH] lto-dump: modernize a bit

2022-10-27 Thread Richard Biener via Gcc-patches
> Am 27.10.2022 um 10:43 schrieb Martin Liška : > > Hi. > > Ready to be installed? Ok Richard > Thanks, > Martin > > gcc/lto/ChangeLog: > >* lto-dump.cc (dump_list): Remove trailing return. >(dump_symbol): Likewise. >(dump_body): Filter name based on mangled name. >(dump

[PATCH] lto-dump: modernize a bit

2022-10-27 Thread Martin Liška
Hi. Ready to be installed? Thanks, Martin gcc/lto/ChangeLog: * lto-dump.cc (dump_list): Remove trailing return. (dump_symbol): Likewise. (dump_body): Filter name based on mangled name. (dump_tool_help): Use GIMPLE wording. (lto_main): Update wording. ---