mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-23 18:01:22 +08:00
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
This commit is contained in:
parent
b10071c5cf
commit
3f25460732
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* tree.c (free_lang_data_in_decl): Free DECL_FCONTEXT.
|
||||
|
@ -2368,7 +2368,7 @@ get_branch_target (rtx branch)
|
||||
return 0;
|
||||
|
||||
/* ASM GOTOs. */
|
||||
if (GET_CODE (PATTERN (branch)) == ASM_OPERANDS)
|
||||
if (extract_asm_operands (PATTERN (branch)) != NULL)
|
||||
return NULL;
|
||||
|
||||
set = single_set (branch);
|
||||
|
Loading…
x
Reference in New Issue
Block a user