sync.md (sync_optab): Change ior attribute to "or".
authorRamana Radhakrishnan <ramana.radhakrishnan@linaro.org>
Thu, 19 Apr 2012 11:21:34 +0000 (11:21 +0000)
committerRamana Radhakrishnan <ramana@gcc.gnu.org>
Thu, 19 Apr 2012 11:21:34 +0000 (11:21 +0000)
2012-04-19  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>

* config/arm/sync.md (sync_optab): Change ior attribute to "or".

From-SVN: r186587

gcc/ChangeLog
gcc/config/arm/sync.md

index 7f3d9ac6b9a767d98a2e5ca82ae190bc42ab091e..61dd836eeb77ad128cc1dcbc22a5ea4cbe489885 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-19  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
+
+       * config/arm/sync.md (sync_optab): Change ior attribute to "or".
+
 2012-04-19   Manuel López-Ibáñez  <manu@gcc.gnu.org>
 
        PR c/52283/37985
index 96de0f37d8d68a6841dce92f7f8db09e901e04c5..03838f5d247f10b4c76d45ddf05066fd93c83f26 100644 (file)
@@ -29,7 +29,7 @@
 (define_code_iterator syncop [plus minus ior xor and])
 
 (define_code_attr sync_optab
-  [(ior "ior") (xor "xor") (and "and") (plus "add") (minus "sub")])
+  [(ior "or") (xor "xor") (and "and") (plus "add") (minus "sub")])
 
 (define_mode_attr sync_sfx
   [(QI "b") (HI "h") (SI "") (DI "d")])