Re: [PATCH] fold-const, gimple-fold: Some formatting cleanups

2024-06-04 Thread Richard Biener
On Tue, 4 Jun 2024, Jakub Jelinek wrote: > Hi! > > While looking into PR115337, I've spotted some badly formatted code, > which the following patch fixes. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? Looks obvious to me. Richard. > 2024-06-04 Jakub Jelinek > >

[PATCH] fold-const, gimple-fold: Some formatting cleanups

2024-06-04 Thread Jakub Jelinek
Hi! While looking into PR115337, I've spotted some badly formatted code, which the following patch fixes. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2024-06-04 Jakub Jelinek * fold-const.cc (tree_call_nonnegative_warnv_p): Formatting fixes.