aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000
diff options
context:
space:
mode:
authorAndrew Pinski <andrew_pinski@playstation.sony.com>2008-09-30 13:14:48 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2008-09-30 09:14:48 -0400
commit1847ea4d9f7d3e7e33764a1fea399d66e528c8e2 (patch)
tree9c0d21db4564bbc4d02f24cafc25831d88e83034 /gcc/config/rs6000
parent516c743fe75bb2a2b7c18d624fe1d15cdd83df41 (diff)
downloadgcc-1847ea4d9f7d3e7e33764a1fea399d66e528c8e2.zip
gcc-1847ea4d9f7d3e7e33764a1fea399d66e528c8e2.tar.gz
gcc-1847ea4d9f7d3e7e33764a1fea399d66e528c8e2.tar.bz2
rs6000.md (fnmadds combiner): Revert typo.
2008-09-30 Andrew Pinski <andrew_pinski@playstation.sony.com> * config/rs6000/rs6000.md (fnmadds combiner): Revert typo. From-SVN: r140785
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r--gcc/config/rs6000/rs6000.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index f688443..9a4faa5 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -5293,7 +5293,7 @@
(match_operand:SF 2 "gpc_reg_operand" "f"))
(match_operand:SF 3 "gpc_reg_operand" "f"))))]
"TARGET_POWERPC && TARGET_HARD_FLOAT && TARGET_FPRS && TARGET_FUSED_MADD
- && TARGET_SINGLE_FLOAT && ! HONOR_SIGNED_ZEROS (SFmode)"
+ && TARGET_SINGLE_FLOAT && HONOR_SIGNED_ZEROS (SFmode)"
"fnmadds %0,%1,%2,%3"
[(set_attr "type" "fp")])