Commit 7836a61f by Aldy Hernandez Committed by Aldy Hernandez

rs6000.md ("sunordered"): Disable for e500.

	* config/rs6000/rs6000.md ("sunordered"): Disable for e500.
	("sordered"): Same.

From-SVN: r93849
parent 8d5e1df2
2005-01-18 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.md ("sunordered"): Disable for e500.
("sordered"): Same.
2005-01-18 Andrew Pinski <pinskia@physics.uc.edu>
PR C/19472
......
......@@ -11135,12 +11135,12 @@
(define_expand "sunordered"
[(clobber (match_operand:SI 0 "gpc_reg_operand" ""))]
""
"! (TARGET_HARD_FLOAT && TARGET_E500 && !TARGET_FPRS)"
"{ rs6000_emit_sCOND (UNORDERED, operands[0]); DONE; }")
(define_expand "sordered"
[(clobber (match_operand:SI 0 "gpc_reg_operand" ""))]
""
"! (TARGET_HARD_FLOAT && TARGET_E500 && !TARGET_FPRS)"
"{ rs6000_emit_sCOND (ORDERED, operands[0]); DONE; }")
(define_expand "suneq"
......
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