* config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 19 Apr 2012 16:59:17 +0000 (16:59 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 19 Apr 2012 16:59:17 +0000 (12:59 -0400)
From-SVN: r186599

gcc/ChangeLog
gcc/config/rs6000/sync.md

index 72269124ae2fce6a8244d3096abe46e53f6aaa16..ff1ab1bfcd1f69f33ec310e033b1b5b2f33fefc2 100644 (file)
@@ -1,3 +1,7 @@
+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
index 38bd8bac3547c5e7391811e5f30f0056b8a904b5..d4848a81cc8577ce20b395931e490a9bce773cbd 100644 (file)
@@ -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")])