Re: [PATCH] Add newline when checking path profitability.

2022-08-23 Thread Richard Biener via Gcc-patches
On Tue, Aug 23, 2022 at 12:12 PM Aldy Hernandez wrote: > > It looks like we're missing a newline for cases where we don't print > anything. > > OK? OK > gcc/ChangeLog: > > * tree-ssa-threadbackward.cc (possibly_profitable_path_p): Always > add newline. > (profitable_path_

[PATCH] Add newline when checking path profitability.

2022-08-23 Thread Aldy Hernandez via Gcc-patches
It looks like we're missing a newline for cases where we don't print anything. OK? gcc/ChangeLog: * tree-ssa-threadbackward.cc (possibly_profitable_path_p): Always add newline. (profitable_path_p): Same. --- gcc/tree-ssa-threadbackward.cc | 10 +- 1 file changed,