sync.md (fetchop_name): Change ior attribute to "or".

* config/alpha/sync.md (fetchop_name): Change ior attribute to "or".

From-SVN: r186572
This commit is contained in:
Uros Bizjak 2012-04-18 17:06:35 +02:00
parent b59eee4039
commit 27dd0a95d1
2 changed files with 6 additions and 3 deletions

View 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
@ -893,8 +897,7 @@
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.

View 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")])