From: Uros Bizjak Date: Wed, 18 Apr 2012 15:06:35 +0000 (+0200) Subject: sync.md (fetchop_name): Change ior attribute to "or". X-Git-Tag: misc/gccgo-go1_1_2~3428 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27dd0a95d17e416f2f519c9ea19c0de7d0d7dc02;p=thirdparty%2Fgcc.git sync.md (fetchop_name): Change ior attribute to "or". * config/alpha/sync.md (fetchop_name): Change ior attribute to "or". From-SVN: r186572 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 006a3ea697e5..51eaa8bffdbb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-04-18 Uros Bizjak + + * config/alpha/sync.md (fetchop_name): Change ior attribute to "or". + 2012-04-18 Bill Schmidt 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. diff --git a/gcc/config/alpha/sync.md b/gcc/config/alpha/sync.md index 90f6c5cd8d4c..bde99c456cfe 100644 --- a/gcc/config/alpha/sync.md +++ b/gcc/config/alpha/sync.md @@ -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")])