From: David Edelsohn Date: Thu, 6 Oct 2005 16:39:12 +0000 (+0000) Subject: rs6000.md (eq): Add !TARGET_POWER. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=27f0fe7f6eff528edc9c34025a96ff21fa1f0d35;p=gcc.git rs6000.md (eq): Add !TARGET_POWER. * config/rs6000/rs6000.md (eq): Add !TARGET_POWER. (eq_compare): Same. From-SVN: r105044 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ddf69b2199..8b27351604c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-10-06 David Edelsohn + + * config/rs6000/rs6000.md (eq): Add !TARGET_POWER. + (eq_compare): Same. + 2005-10-06 Richard Guenther PR tree-optimization/24238 diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index d064387f278..58ada76c18c 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -11160,9 +11160,9 @@ [(set (match_operand:GPR 0 "gpc_reg_operand" "=r") (eq:GPR (match_operand:GPR 1 "gpc_reg_operand" "r") (match_operand:GPR 2 "scc_eq_operand" "")))] - "" + "!TARGET_POWER" "#" - "" + "!TARGET_POWER" [(set (match_dup 0) (clz:GPR (match_dup 3))) (set (match_dup 0) @@ -11197,9 +11197,9 @@ (const_int 0))) (set (match_operand:P 0 "gpc_reg_operand" "=r") (eq:P (match_dup 1) (match_dup 2)))] - "optimize_size" + "!TARGET_POWER && optimize_size" "#" - "optimize_size" + "!TARGET_POWER && optimize_size" [(set (match_dup 0) (clz:P (match_dup 4))) (parallel [(set (match_dup 3)