From 458e816dad49140fc3b6c4442b28d2f8c9f10bcf Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Tue, 3 Jun 2008 15:53:57 +0200 Subject: [PATCH] Correct comment. From-SVN: r136323 --- gcc/ChangeLog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.30.2