ia64.md (cycle_display): Combine the expander and insn patterns.
* config/ia64/ia64.md (cycle_display): Combine the expander and insn patterns. From-SVN: r45020
This commit is contained in:
parent
b395ddbee5
commit
8e8de25448
2 changed files with 3 additions and 6 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* config/ia64/ia64.c (ia64_sched_reorder2): Also skip past
|
||||
pred_rel_mutex when searching for insn_group_barrier.
|
||||
* config/ia64/ia64.md (cycle_display): Combine the expander
|
||||
and insn patterns.
|
||||
|
||||
* config/ia64/ia64.c (ia64_internal_sched_reorder): Emit stop
|
||||
bit before asm as needed.
|
||||
|
|
|
@ -4982,12 +4982,7 @@
|
|||
""
|
||||
[(set_attr "itanium_class" "nop_x")])
|
||||
|
||||
(define_expand "cycle_display"
|
||||
[(unspec [(match_operand 0 "const_int_operand" "")] 23)]
|
||||
"ia64_final_schedule"
|
||||
"")
|
||||
|
||||
(define_insn "*cycle_display_1"
|
||||
(define_insn "cycle_display"
|
||||
[(unspec [(match_operand 0 "const_int_operand" "")] 23)]
|
||||
""
|
||||
"// cycle %0"
|
||||
|
|
Loading…
Add table
Reference in a new issue