Commit 3877ce45 by David Edelsohn Committed by David Edelsohn

* config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".

From-SVN: r186599
parent 6802bcd4
2012-04-19 David Edelsohn <dje.gcc@gmail.com>
* config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
2012-04-19 Jim Meyering <meyering@redhat.com>
genmodes: remove misleading use of strncpy
......
......@@ -24,7 +24,7 @@
(define_code_iterator FETCHOP [plus minus ior xor and])
(define_code_attr fetchop_name
[(plus "add") (minus "sub") (ior "ior") (xor "xor") (and "and")])
[(plus "add") (minus "sub") (ior "or") (xor "xor") (and "and")])
(define_code_attr fetchop_pred
[(plus "add_operand") (minus "gpc_reg_operand")
(ior "logical_operand") (xor "logical_operand") (and "and_operand")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment