Correct comment.
authorKai Tietz <ktietz@gcc.gnu.org>
Tue, 3 Jun 2008 13:53:57 +0000 (15:53 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Tue, 3 Jun 2008 13:53:57 +0000 (15:53 +0200)
From-SVN: r136323

gcc/ChangeLog

index 39d6fece0bb2074208247677823b6a5f2fe79f02..0932c9a8df29f592521f5fe3aea5c67c8ffd8fcf 100644 (file)
        * config/i386/i386.md (P): New mode iterator.
        (SFmode push_operand splitter): Macroize DImode and SImode pushes
        using P mode iterator.
-       (DFmode ...): Ditto.
-       (XFmode ...): Ditto.
+       (DFmode push_operand splitter): Ditto.
+       (XFmode push_operand splitter): Ditto.
        (DFmode float_extend SFmode push_operand splitter): Ditto.
        (XFmode float_extend SFmode push_operand splitter): Do not generate
-       SImode pushes for 64bit target.  Macroize Dimode and SImode ...
-       (XFmode float_extedn DFmode push_operand splitter): Ditto.
+       SImode pushes for 64bit target.  Macroize Dimode and SImode
+       pushes using P mode iterator.
+       (XFmode float_extend DFmode push_operand splitter): Ditto.
 
 2008-06-03  Kai Tietz  <kai.tietz@onevision.com>