diff options
author | Michael Meissner <meissner@linux.vnet.ibm.com> | 2011-02-07 20:32:45 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 2011-02-07 20:32:45 +0000 |
commit | ee09a3dd0fc25264794888516d41434a281f7daa (patch) | |
tree | 4f0e4027ace5bcd485a871974466053369289ab0 /gcc/config/rs6000 | |
parent | f43c39352eb98dd230cb982cf4b50b2718448af4 (diff) | |
download | gcc-ee09a3dd0fc25264794888516d41434a281f7daa.zip gcc-ee09a3dd0fc25264794888516d41434a281f7daa.tar.gz gcc-ee09a3dd0fc25264794888516d41434a281f7daa.tar.bz2 |
Fix PR target/47636
From-SVN: r169901
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 "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; |