On 03/18/2011 02:51 PM, H.J. Lu wrote: > See analysis in: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47502
You're patching the wrong place. See can_combine_p, which can test for specific sources, rather than cant_combine_insn_p which has no access to sources. r~