summaryrefslogtreecommitdiff
path: root/gcc/config/alpha/constraints.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/alpha/constraints.md')
-rw-r--r--gcc/config/alpha/constraints.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/alpha/constraints.md b/gcc/config/alpha/constraints.md
index 35514502c20..62c7f9ae0c5 100644
--- a/gcc/config/alpha/constraints.md
+++ b/gcc/config/alpha/constraints.md
@@ -19,7 +19,7 @@
;;; Unused letters:
;;; ABCDEF V YZ
-;;; de ghijklmnopq stu wxyz
+;;; de ghijkl pq tu wxyz
;; Integer register constraints.
@@ -38,6 +38,10 @@
(define_register_constraint "v" "R0_REG"
"General register 0, function value return address")
+(define_memory_constraint "w"
+ "A memory whose address is only a register"
+ (match_operand 0 "mem_noofs_operand"))
+
;; Integer constant constraints.
(define_constraint "I"
"An unsigned 8 bit constant"