Re: [PATCH] rs6000_gimple_fold_builtin formatting fixes

2017-11-23 Thread Segher Boessenkool
Hi! On Thu, Nov 23, 2017 at 10:26:28AM +0100, Jakub Jelinek wrote: > While looking at this function, I found so many formatting issues > (indentation and spacing) that I've decided to post a patch. As an > additional cleanup, I've moved the temp and g declarations to the top of > the function, so

[PATCH] rs6000_gimple_fold_builtin formatting fixes

2017-11-23 Thread Jakub Jelinek
Hi! While looking at this function, I found so many formatting issues (indentation and spacing) that I've decided to post a patch. As an additional cleanup, I've moved the temp and g declarations to the top of the function, so that {}s don't need to clutter most of the cases. The patch shouldn't