From 2b98847b1bd76c6370d2f722d0792a1f39fcf3e7 Mon Sep 17 00:00:00 2001 From: kkojima Date: Wed, 28 Oct 2009 04:22:21 +0000 Subject: [PATCH] * config/sh/sh.md (stuff_delay_slot): Move const_int pattern inside the unspec vector. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153643 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 d7b8164..4022869 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 9638e8d..7fa63ea 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.7.4