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. (tree_inv

Re: formatting cleanups

2016-11-22 Thread Nathan Sidwell
On 11/22/2016 01:48 PM, Jakub Jelinek wrote: When you are already changing this, the = should be on the next line. done -- Nathan Sidwell 2016-11-22 Nathan Sidwell * array-notation-common.c (cilkplus_extract_an_trplets): Fix indentation and formatting. Index: c-family/array-notation-c

Re: formatting cleanups

2016-11-22 Thread Jakub Jelinek
On Tue, Nov 22, 2016 at 01:45:07PM -0500, Nathan Sidwell wrote: > - tree ii_tree = array_exprs[ii][jj]; > - (*node)[ii][jj].is_vector = true; > - (*node)[ii][jj].value = ARRAY_NOTATION_ARRAY (ii_tree); > - (*node)[ii][jj].start = ARRAY_NOTATION_START (ii_tree); > -

formatting cleanups

2016-11-22 Thread Nathan Sidwell
I noticed some wonky formatting. Fixed as obvious. nathan -- Nathan Sidwell 2016-11-22 Nathan Sidwell gcc/ * gcc-ar.c (main): Fix indentation. * gcov-io.c (gcov_write_summary): Remove extraneous {...} * ggc-page.c (move_ptes_to_front): Fix formatting. * hsa-dump.c (dump_has_cfun): Fix i