This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Committed] [spu] Fix asm gotos
- From: Richard Henderson <rth at redhat dot com>
- To: Andrew Pinski <pinskia at gmail dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 28 Sep 2009 15:54:17 -0700
- Subject: Re: [Committed] [spu] Fix asm gotos
- References: <de8d50360909280848w13183dadlb11232d196e55635@mail.gmail.com>
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~