On Wed, Jul 11, 2012 at 1:24 PM, Bernd Schmidt <ber...@codesourcery.com> wrote: > We're moving a load across a call since we don't recognize calls as > memory-clobbering. > > Bootstrapping and testing now on 4.7 x86_64-linux, ok everywhere?
Maybe: + if (CALL_P (insn) + && ! RTL_CONST_OR_PURE_CALL_P (insn)) ? Ciao! Steven