s390.md (atomic code attribute): Fix typo "ior" -> "or".
authorAndreas Krebbel <Andreas.Krebbel@de.ibm.com>
Thu, 22 Jan 2015 11:39:00 +0000 (11:39 +0000)
committerAndreas Krebbel <krebbel@gcc.gnu.org>
Thu, 22 Jan 2015 11:39:00 +0000 (11:39 +0000)
2015-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>

* config/s390/s390.md (atomic code attribute): Fix typo "ior" ->
"or".

From-SVN: r219993

gcc/ChangeLog
gcc/config/s390/s390.md

index 7a1c6e567f1320be9e898d4cd07fc6634e2f4a10..d060dfae0476fcf1787c094fa367aef1ac081e04 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/s390.md (atomic code attribute): Fix typo "ior" ->
+       "or".
+
 2015-01-22  Max Ostapenko  <m.ostapenko@partner.samsung.com>
 
        PR driver/64690
index 3b74e450c2ffcf24cd03e3fe5375c2ba642918af..f5ba132cc47084b4c6b96967c8331d7fa920e03d 100644 (file)
 ;; 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")])