Commit 27f0fe7f by David Edelsohn Committed by David Edelsohn

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

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

From-SVN: r105044
parent 098209a9
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
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment