Commit 3f254607 by Andrew Pinski Committed by Andrew Pinski

spu.c (get_branch_target): Use extract_asm_operands.

2009-10-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * config/spu/spu.c (get_branch_target): Use extract_asm_operands.

From-SVN: r152847
parent b10071c5
2009-10-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
* config/spu/spu.c (get_branch_target): Use extract_asm_operands.
2009-10-15 Richard Guenther <rguenther@suse.de> 2009-10-15 Richard Guenther <rguenther@suse.de>
* tree.c (free_lang_data_in_decl): Free DECL_FCONTEXT. * tree.c (free_lang_data_in_decl): Free DECL_FCONTEXT.
...@@ -2368,7 +2368,7 @@ get_branch_target (rtx branch) ...@@ -2368,7 +2368,7 @@ get_branch_target (rtx branch)
return 0; return 0;
/* ASM GOTOs. */ /* ASM GOTOs. */
if (GET_CODE (PATTERN (branch)) == ASM_OPERANDS) if (extract_asm_operands (PATTERN (branch)) != NULL)
return NULL; return NULL;
set = single_set (branch); set = single_set (branch);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment