Commit 2e742d89 by Jeff Law

pa.md (millicode delay slot description): Remove reference to defunct TARGET_MILLICODE_LONG_CALLS.

        * pa.md (millicode delay slot description): Remove reference
        to defunct TARGET_MILLICODE_LONG_CALLS.

From-SVN: r10694
parent caca3c8a
...@@ -101,11 +101,10 @@ ...@@ -101,11 +101,10 @@
[(eq_attr "in_call_delay" "true") (nil) (nil)]) [(eq_attr "in_call_delay" "true") (nil) (nil)])
;; millicode call delay slot description. Note it disallows delay slot ;; millicode call delay slot description. Note it disallows delay slot
;; when TARGET_PORTABLE_RUNTIME or TARGET_MILLICODE_LONG_CALLS is true. ;; when TARGET_PORTABLE_RUNTIME.
(define_delay (eq_attr "type" "milli") (define_delay (eq_attr "type" "milli")
[(and (eq_attr "in_call_delay" "true") [(and (eq_attr "in_call_delay" "true")
(and (eq (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0)) (eq (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0)))
(eq (symbol_ref "TARGET_MILLICODE_LONG_CALLS") (const_int 0))))
(nil) (nil)]) (nil) (nil)])
;; Unconditional branch, return and other similar instructions. ;; Unconditional branch, return and other similar instructions.
......
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