pa.md (millicode delay slot description): Remove reference to defunct TARGET_MILLICOD...
authorJeff Law <law@gcc.gnu.org>
Sun, 10 Dec 1995 06:07:52 +0000 (23:07 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 10 Dec 1995 06:07:52 +0000 (23:07 -0700)
        * pa.md (millicode delay slot description): Remove reference
        to defunct TARGET_MILLICODE_LONG_CALLS.

From-SVN: r10694

gcc/config/pa/pa.md

index 4f3c92a..b758aa8 100644 (file)
   [(eq_attr "in_call_delay" "true") (nil) (nil)])
 
 ;; 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")
   [(and (eq_attr "in_call_delay" "true")
-       (and (eq (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0))
-            (eq (symbol_ref "TARGET_MILLICODE_LONG_CALLS") (const_int 0))))
+       (eq (symbol_ref "TARGET_PORTABLE_RUNTIME") (const_int 0)))
    (nil) (nil)])
 
 ;; Unconditional branch, return and other similar instructions.