Commit 2fad984b by Richard Kenner

(define_delay): Don't accept any instruction for an annulled slot,

only accept those for which in_delay_slot is yes.

From-SVN: r10498
parent e081ed26
...@@ -198,7 +198,7 @@ ...@@ -198,7 +198,7 @@
(define_delay (define_delay
(and (eq_attr "type" "cbranch") (and (eq_attr "type" "cbranch")
(eq_attr "cpu" "sh2,sh3")) (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 ;; SImode signed integer comparisons
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment