]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000.md (fnmadds combiner): Revert typo.
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Tue, 30 Sep 2008 13:14:48 +0000 (13:14 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 30 Sep 2008 13:14:48 +0000 (09:14 -0400)
2008-09-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * config/rs6000/rs6000.md (fnmadds combiner): Revert typo.

From-SVN: r140785

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index b9042e658a04a8de51e8a00412f0d06b85dacf67..412bded983ee2e757a926183267d5b61109ea57e 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-30  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       * config/rs6000/rs6000.md (fnmadds combiner): Revert typo.
+
 2008-09-30  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/37491
index f688443324446d87250bfee648bcd6fa6e914bcb..9a4faa5b65a5a617da1a601e297e175654cbaa7a 100644 (file)
                                  (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")])