aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/config/s390/s390.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/config/s390/s390.md')
-rw-r--r--gcc-4.9/gcc/config/s390/s390.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/config/s390/s390.md b/gcc-4.9/gcc/config/s390/s390.md
index b17c1fac8..10d7a5a6d 100644
--- a/gcc-4.9/gcc/config/s390/s390.md
+++ b/gcc-4.9/gcc/config/s390/s390.md
@@ -460,7 +460,7 @@
;; This iterator and attribute allow to combine most atomic operations.
(define_code_iterator ATOMIC [and ior xor plus minus mult])
(define_code_iterator ATOMIC_Z196 [and ior xor plus])
-(define_code_attr atomic [(and "and") (ior "ior") (xor "xor")
+(define_code_attr atomic [(and "and") (ior "or") (xor "xor")
(plus "add") (minus "sub") (mult "nand")])
(define_code_attr noxa [(and "n") (ior "o") (xor "x") (plus "a")])