Commit ee09a3dd by Michael Meissner Committed by Michael Meissner

Fix PR target/47636

From-SVN: r169901
parent f43c3935
2011-02-07 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/47636
* config/rs6000/rs6000.md (rsqrt<mode>2): Use the correct macro
for the condition.
2011-02-07 Mike Stump <mikestump@comcast.net>
* config/darwin.opt (mmacosx-version-min): Update default OS
......
......@@ -5638,7 +5638,7 @@
(define_expand "rsqrt<mode>2"
[(match_operand:RECIPF 0 "gpc_reg_operand" "")
(match_operand:RECIPF 1 "gpc_reg_operand" "")]
"RS6000_RECIP_HAVE_RSQRT_P (<MODE>mode)"
"RS6000_RECIP_HAVE_RSQRTE_P (<MODE>mode)"
{
rs6000_emit_swrsqrt (operands[0], operands[1]);
DONE;
......
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