]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sync.md (fetchop_name): Change ior attribute to "or".
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 18 Apr 2012 15:06:35 +0000 (17:06 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 18 Apr 2012 15:06:35 +0000 (17:06 +0200)
* config/alpha/sync.md (fetchop_name): Change ior attribute to "or".

From-SVN: r186572

gcc/ChangeLog
gcc/config/alpha/sync.md

index 006a3ea697e57cd08ec5063531dcea4d434aa363..51eaa8bffdbb8de2b2fdca9e8449bf6be6319064 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-18  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
+
 2012-04-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        PR tree-optimization/52976
 
        PR rtl-optimization/52876
        * emit-rtl.c (set_reg_attrs_from_value): Handle arbitrary value.
-       Don't call mark_reg_pointer for incompatible pointer sign
-       extension.
+       Don't call mark_reg_pointer for incompatible pointer sign extension.
 
        * reginfo.c (reg_scan_mark_refs): Call set_reg_attrs_from_value
        directly.
index 90f6c5cd8d4c7513545107f1f03e561ec54faa7d..bde99c456cfe49eed62c2fd8aeb7d69168015989 100644 (file)
@@ -19,7 +19,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 "reg_or_8bit_operand")
    (ior "or_operand") (xor "or_operand") (and "and_operand")])