From f60e5a206541c5cf811823d55c3811e55d6fc889 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Wed, 28 Oct 2009 04:22:21 +0000 Subject: [PATCH] sh.md (stuff_delay_slot): Move const_int pattern inside the unspec vector. * config/sh/sh.md (stuff_delay_slot): Move const_int pattern inside the unspec vector. From-SVN: r153643 --- gcc/ChangeLog | 5 +++++ gcc/config/sh/sh.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d7b8164b5c6..4022869f876 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-28 Kaz Kojima + + * config/sh/sh.md (stuff_delay_slot): Move const_int pattern + inside the unspec vector. + 2009-10-27 Richard Henderson * cgraphunit.c (cgraph_optimize): Maintain timevar stack properly. diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 9638e8d265d..7fa63ea8bae 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -6824,8 +6824,8 @@ label: ;; jump around the unconditional jump because it was out of range. (define_insn "stuff_delay_slot" [(set (pc) - (unspec [(match_operand:SI 0 "const_int_operand" "") (pc)] UNSPEC_BBR)) - (match_operand:SI 1 "const_int_operand" "")] + (unspec [(match_operand:SI 0 "const_int_operand" "") (pc) + (match_operand:SI 1 "const_int_operand" "")] UNSPEC_BBR))] "TARGET_SH1" "" [(set_attr "length" "0") -- 2.30.2