From ee09a3dd0fc25264794888516d41434a281f7daa Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 7 Feb 2011 20:32:45 +0000 Subject: Fix PR target/47636 From-SVN: r169901 --- gcc/config/rs6000/rs6000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/rs6000') diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 6d2f515..38a5a50 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -5638,7 +5638,7 @@ (define_expand "rsqrt2" [(match_operand:RECIPF 0 "gpc_reg_operand" "") (match_operand:RECIPF 1 "gpc_reg_operand" "")] - "RS6000_RECIP_HAVE_RSQRT_P (mode)" + "RS6000_RECIP_HAVE_RSQRTE_P (mode)" { rs6000_emit_swrsqrt (operands[0], operands[1]); DONE; -- cgit v1.1