(call_internal_reg): Fix typos in length calculation.
authorTorbjorn Granlund <tege@gnu.org>
Fri, 21 Apr 1995 23:39:23 +0000 (23:39 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Fri, 21 Apr 1995 23:39:23 +0000 (23:39 +0000)
(call_value_internal_reg): Likewise.

From-SVN: r9432

gcc/config/pa/pa.md

index ff80e618ce017c52fca6a1302d31bf08801d81c2..9a672c3b908bd8416fdb002e795e3c8479b856d8 100644 (file)
 }"
   [(set_attr "type" "dyncall")
    (set (attr "length")
-     (if_then_else (and (ne (symbol_ref "TARGET_PORTABLE_RUNTIME")
+     (if_then_else (and (eq (symbol_ref "TARGET_PORTABLE_RUNTIME")
                            (const_int 0))
-                       (ne (symbol_ref "TARGET_MILLICODE_LONG_CALLS")
+                       (eq (symbol_ref "TARGET_MILLICODE_LONG_CALLS")
                            (const_int 0)))
                   (const_int 12)
                   (const_int 24)))])
 }"
   [(set_attr "type" "dyncall")
    (set (attr "length")
-     (if_then_else (and (ne (symbol_ref "TARGET_PORTABLE_RUNTIME")
+     (if_then_else (and (eq (symbol_ref "TARGET_PORTABLE_RUNTIME")
                            (const_int 0))
-                       (ne (symbol_ref "TARGET_MILLICODE_LONG_CALLS")
+                       (eq (symbol_ref "TARGET_MILLICODE_LONG_CALLS")
                            (const_int 0)))
                   (const_int 12)
                   (const_int 24)))])