]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/pa/constraints.md
Update copyright years.
[thirdparty/gcc.git] / gcc / config / pa / constraints.md
index b90e8f6ddd8f4f722f0c0f6b6fcd2f81d88af4b9..15c143e424018fb76904d1449d96c0c31fe867b2 100644 (file)
@@ -1,5 +1,5 @@
 ;; Constraint definitions for pa
-;; Copyright (C) 2007-2016 Free Software Foundation, Inc.
+;; Copyright (C) 2007-2020 Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
 
   (and (match_code "mem")
        (match_test "IS_LO_SUM_DLT_ADDR_P (XEXP (op, 0))")))
 
-(define_memory_constraint "Q"
+(define_constraint "Q"
   "A memory operand that can be used as the destination operand of an
    integer store, or the source operand of an integer load.  That is
    any memory operand that isn't a symbolic, indexed or lo_sum memory
   (and (match_code "mem")
        (match_test "IS_INDEX_ADDR_P (XEXP (op, 0))")))
 
-(define_memory_constraint "T"
+(define_constraint "T"
   "A memory operand for floating-point loads and stores."
   (match_test "floating_point_store_memory_operand (op, mode)"))