This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Committed] [spu] Fix asm gotos


On 09/28/2009 08:48 AM, Andrew Pinski wrote:
* spu.c (get_branch_target): Return NULL for ASM_OPERANDS patterns.

The correct check would be


if (extract_asm_operands (PATTERN (branch)) != NULL)


r~



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]