From: Kai Tietz Date: Tue, 3 Jun 2008 13:53:57 +0000 (+0200) Subject: Correct comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=458e816dad49140fc3b6c4442b28d2f8c9f10bcf;p=gcc.git Correct comment. From-SVN: r136323 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39d6fece0bb..0932c9a8df2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -26,12 +26,13 @@ * 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