PATCH: PR rtl-optimization/47502: Never combine asm statement

Richard Henderson rth@redhat.com
Fri Mar 18 22:39:00 GMT 2011


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~



More information about the Gcc-patches mailing list