Re: [PATCH] Use HOST_WIDE_INT_C some more in the i386 backend

2016-05-13 Thread Uros Bizjak
On Fri, May 13, 2016 at 7:11 PM, Jakub Jelinek wrote: > Hi! > > I found a couple of spots where we can use the HOST_WIDE_INT_C macro. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? > > 2016-05-13 Jakub Jelinek > > * config/i386/i386.c (ix86_compute_frame_layout

[PATCH] Use HOST_WIDE_INT_C some more in the i386 backend

2016-05-13 Thread Jakub Jelinek
Hi! I found a couple of spots where we can use the HOST_WIDE_INT_C macro. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2016-05-13 Jakub Jelinek * config/i386/i386.c (ix86_compute_frame_layout, ix86_expand_prologue, ix86_expand_split_stack_prologue): Us