rs6000.md (eq<mode>): Add !TARGET_POWER.

* config/rs6000/rs6000.md (eq<mode>): Add !TARGET_POWER.
	(eq<mode>_compare): Same.

From-SVN: r105044
This commit is contained in:
David Edelsohn 2005-10-06 16:39:12 +00:00 committed by David Edelsohn
parent 098209a9d6
commit 27f0fe7f6e
2 changed files with 9 additions and 4 deletions

View 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

View File

@ -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" "<scc_eq_op2>")))]
""
"!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)