* config/rs6000/rs6000.md (eq<mode>): Add !TARGET_POWER.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2005 16:39:12 +0000 (16:39 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 6 Oct 2005 16:39:12 +0000 (16:39 +0000)
(eq<mode>_compare): Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105044 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index 5ddf69b..8b27351 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-06  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.md (eq<mode>): Add !TARGET_POWER.
+       (eq<mode>_compare): Same.
+
 2005-10-06  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/24238
index d064387..58ada76 100644 (file)
   [(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" "<scc_eq_op2>")))]
-  ""
+  "!TARGET_POWER"
   "#"
-  ""
+  "!TARGET_POWER"
   [(set (match_dup 0)
        (clz:GPR (match_dup 3)))
    (set (match_dup 0)
         (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)