]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/s390/tpf.md
Update copyright years.
[thirdparty/gcc.git] / gcc / config / s390 / tpf.md
index 19c53a18b8ae4909a42848ccc1fd7510125c95ba..4c1aaf90b592e9d111e50b7c21b6e5b039f2781f 100644 (file)
@@ -1,5 +1,5 @@
 ;; S390 TPF-OS specific machine patterns
-;; Copyright (C) 2005-2020 Free Software Foundation, Inc.
+;; Copyright (C) 2005-2024 Free Software Foundation, Inc.
 ;;
 ;; This file is part of GCC.
 ;;
@@ -21,7 +21,8 @@
   [(unspec_volatile [(match_operand 0 "const_int_operand" "J")
                     (match_operand 1 "const_int_operand" "J")]
                    UNSPECV_TPF_PROLOGUE)
-   (clobber (reg:DI 1))]
+   (clobber (reg:DI 1))
+   (clobber (reg:CC CC_REGNUM))]
   "TARGET_TPF_PROFILING"
   "larl\t%%r1,.+14\;tm\t%0,255\;bnz\t%1"
   [(set_attr "length"   "14")])
@@ -31,7 +32,8 @@
   [(unspec_volatile [(match_operand 0 "const_int_operand" "J")
                     (match_operand 1 "const_int_operand" "J")]
                    UNSPECV_TPF_EPILOGUE)
-   (clobber (reg:DI 1))]
+   (clobber (reg:DI 1))
+   (clobber (reg:CC CC_REGNUM))]
   "TARGET_TPF_PROFILING"
   "larl\t%%r1,.+14\;tm\t%0,255\;bnz\t%1"
   [(set_attr "length"   "14")])