OSDN Git Service

* config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Apr 2012 17:12:55 +0000 (17:12 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Apr 2012 17:12:55 +0000 (17:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@186717 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f8ef6fb..a96f012 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * config/rs6000/sync.md (fetchop_name): Change ior attribute to "or".
+
 2012-04-23  Georg-Johann Lay  <avr@gjlay.de>
 
        * doc/extend.texi (AVR Named Address Spaces): Fix typos.
index 38bd8ba..d4848a8 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")])