From c707d0b01aa015928fb340f548ff7eee81403a97 Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 13 May 2003 14:33:16 +0000 Subject: s390.md ("*iordi3_oi"): Do not mark commutative. * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative. ("*iorsi3_oi"): Likewise. From-SVN: r66761 --- gcc/ChangeLog | 5 +++++ gcc/config/s390/s390.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1dcd80d..c9c1cdf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-05-13 Ulrich Weigand + + * config/s390/s390.md ("*iordi3_oi"): Do not mark commutative. + ("*iorsi3_oi"): Likewise. + 2003-05-13 Richard Earnshaw * arm.md (compare_scc): Use shorter sequence for EQ case. diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 88f0dcd..244fbc3 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -4612,7 +4612,7 @@ (define_insn "*iordi3_oi" [(set (match_operand:DI 0 "register_operand" "=d") - (ior:DI (match_operand:DI 1 "nonimmediate_operand" "%0") + (ior:DI (match_operand:DI 1 "nonimmediate_operand" "0") (match_operand:DI 2 "immediate_operand" "n"))) (clobber (reg:CC 33))] "TARGET_64BIT && s390_single_hi (operands[2], DImode, 0) >= 0" @@ -4692,7 +4692,7 @@ (define_insn "*iorsi3_oi" [(set (match_operand:SI 0 "register_operand" "=d") - (ior:SI (match_operand:SI 1 "nonimmediate_operand" "%0") + (ior:SI (match_operand:SI 1 "nonimmediate_operand" "0") (match_operand:SI 2 "immediate_operand" "n"))) (clobber (reg:CC 33))] "TARGET_64BIT && s390_single_hi (operands[2], SImode, 0) >= 0" -- cgit v1.1