]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/sparc/ultra1_2.md
Update copyright years.
[thirdparty/gcc.git] / gcc / config / sparc / ultra1_2.md
index 6af285931e43ddabe598819d91c61231ce1cd2b6..e2feeed499b70b1c2ac659eac7be0223f39b6983 100644 (file)
@@ -1,5 +1,5 @@
 ;; Scheduling description for UltraSPARC-I/II.
-;;   Copyright (C) 2002-2017 Free Software Foundation, Inc.
+;;   Copyright (C) 2002-2024 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
 
 (define_insn_reservation "us1_fga_double"
   2
-  (and (and
-         (eq_attr "cpu" "ultrasparc")
-         (eq_attr "type" "fga,visl,vismv"))
-       (eq_attr "fptype" "double"))
+  (and (eq_attr "cpu" "ultrasparc")
+       (ior (and (eq_attr "type" "fga,visl,vismv")
+                 (eq_attr "fptype" "double"))
+            (eq_attr "type" "viscmp")))
   "us1_fpa + us1_fp_double + us1_slotany, nothing")
 
 (define_bypass 1 "us1_fga_double" "us1_fga_double")