The constraint for atomic_andsi didn't fit predicate.

2017-10-31  Uros Bizjak  <ubiz...@gmail.com>

    PR target/82772
    * config/alpha/sync.md (fetchop_constr) <and>: Change to "rINM".

Bootstrapped on alphaev68-linux-gnu, committed to mainline SVN and
release branches under obvious rule.

Uros.
Index: config/alpha/sync.md
===================================================================
--- config/alpha/sync.md        (revision 254243)
+++ config/alpha/sync.md        (working copy)
@@ -24,7 +24,7 @@
   [(plus "add_operand") (minus "reg_or_8bit_operand")
    (ior "or_operand") (xor "or_operand") (and "and_operand")])
 (define_code_attr fetchop_constr
-  [(plus "rKL") (minus "rI") (ior "rIN") (xor "rIN") (and "riNM")])
+  [(plus "rKL") (minus "rI") (ior "rIN") (xor "rIN") (and "rINM")])
 
 
 (define_expand "memory_barrier"

Reply via email to