From: Richard Henderson Date: Sun, 19 Aug 2001 02:54:15 +0000 (-0700) Subject: ia64.md (cycle_display): Combine the expander and insn patterns. X-Git-Tag: prereleases/libstdc++-3.0.95~2562 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8de25448d2c52d6d2b4134167b60b19dfc54d0;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8333b68923e2..56be9e7fec68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/ia64/ia64.md b/gcc/config/ia64/ia64.md index efa37058fb2b..f5af33f14a34 100644 --- a/gcc/config/ia64/ia64.md +++ b/gcc/config/ia64/ia64.md @@ -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"