From: Richard Kenner Date: Sat, 21 Oct 1995 22:25:32 +0000 (-0400) Subject: (define_delay): Don't accept any instruction for an annulled slot, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fad984b37d66d7d85ffc8ef2d837991f59cc187;p=gcc.git (define_delay): Don't accept any instruction for an annulled slot, only accept those for which in_delay_slot is yes. From-SVN: r10498 --- 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