* config/alpha/sync.md (fetchop_name): Change ior attribute to "or".
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Apr 2012 15:06:35 +0000 (15:06 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Apr 2012 15:06:35 +0000 (15:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186572 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 006a3ea..51eaa8b 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 90f6c5c..bde99c4 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")])