summaryrefslogtreecommitdiff
path: root/gcc/config/mmix/constraints.md
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2015-06-02 08:29:42 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2015-06-02 08:29:42 +0000
commit8da140e0e4b0af9d2f9fa09797bb30619ba395d2 (patch)
tree0f52c3d2a3ab59671605f8a89d16054517387bc4 /gcc/config/mmix/constraints.md
parent3fc356dcdc68bf3e44d8b08a0579b057021c95f4 (diff)
downloadgcc-8da140e0e4b0af9d2f9fa09797bb30619ba395d2.tar.gz
constraints.md: Use lower-case names in match_code.
gcc/ * config/arc/constraints.md: Use lower-case names in match_code. * config/mmix/constraints.md: Likewise. From-SVN: r224014
Diffstat (limited to 'gcc/config/mmix/constraints.md')
-rw-r--r--gcc/config/mmix/constraints.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mmix/constraints.md b/gcc/config/mmix/constraints.md
index 569b2e5dc70..f2721f7427f 100644
--- a/gcc/config/mmix/constraints.md
+++ b/gcc/config/mmix/constraints.md
@@ -89,8 +89,8 @@
(and (not (match_code "const_int,const_double"))
(match_test "mmix_constant_address_p (op)")
(ior (match_test "!TARGET_BASE_ADDRESSES")
- (match_code "LABEL_REF")
- (and (match_code "SYMBOL_REF")
+ (match_code "label_ref")
+ (and (match_code "symbol_ref")
(match_test "SYMBOL_REF_FLAG (op)")))))
;; FIXME: L (or S) is redundant.