From 2fad984b37d66d7d85ffc8ef2d837991f59cc187 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 21 Oct 1995 18:25:32 -0400 Subject: [PATCH] (define_delay): Don't accept any instruction for an annulled slot, only accept those for which in_delay_slot is yes. From-SVN: r10498 --- gcc/config/sh/sh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 5bb256ea29a..73fc26ebede 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -198,7 +198,7 @@ (define_delay (and (eq_attr "type" "cbranch") (eq_attr "cpu" "sh2,sh3")) - [(eq_attr "in_delay_slot" "yes") (const_int 1) (nil)]) + [(eq_attr "in_delay_slot" "yes") (eq_attr "in_delay_slot" "yes") (nil)]) ;; ------------------------------------------------------------------------- ;; SImode signed integer comparisons -- 2.30.2