Re: [PATCH] i386: i386-expand formatting fixes

2022-04-11 Thread Uros Bizjak via Gcc-patches
On Mon, Apr 11, 2022 at 6:52 PM Jakub Jelinek wrote: > > Hi! > > While working on the PR105214 patch, I've noticed incorrect formatting > for a bunch of functions where the function names aren't at the start of > lines. > > The following patch fixes it, though of course it isn't a regression. > >

[PATCH] i386: i386-expand formatting fixes

2022-04-11 Thread Jakub Jelinek via Gcc-patches
Hi! While working on the PR105214 patch, I've noticed incorrect formatting for a bunch of functions where the function names aren't at the start of lines. The following patch fixes it, though of course it isn't a regression. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk or