OSDN Git Service

PR target/46915
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Dec 2010 17:10:34 +0000 (17:10 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Dec 2010 17:10:34 +0000 (17:10 +0000)
commitebeae299c4f0a571a2252da95b4da8f1869c7b36
tree1e81f7c53d72184586caf1560f886f5fa2696c0d
parent31aa752649cde75f1cad6e488b81041c19fb1623
PR target/46915
* config/pa/pa.c (branch_to_delay_slot_p): Use next_active_insn instead
of next_real_insn.  Search forward checking for both ASM_INPUT and
ASM_OPERANDS asms until exit condition is found.
(branch_needs_nop_p): Likewise.
(use_skip_p): New function.
(output_cbranch): Use use_skip_p.
(output_bb, output_bvb): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168026 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/pa/pa.c