aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/constraints.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/pa/constraints.md')
-rw-r--r--gcc/config/pa/constraints.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/pa/constraints.md b/gcc/config/pa/constraints.md
index fed0b58af81..296337c29d7 100644
--- a/gcc/config/pa/constraints.md
+++ b/gcc/config/pa/constraints.md
@@ -106,7 +106,7 @@
(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
@@ -122,7 +122,7 @@
(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)"))