From b4d0180def58944ffba441a1cc3e7b78d9cffd97 Mon Sep 17 00:00:00 2001 From: hubicka Date: Tue, 17 Feb 2004 22:44:07 +0000 Subject: [PATCH] * i386.c (x86_prologue_using_move, x86_epilogue_using_move): Disable for P4. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77994 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/i386.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d3350a2afb..d8f83948368 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-17 Jan Hubicka + + * i386.c (x86_prologue_using_move, x86_epilogue_using_move): Disable for P4. + 2004-02-18 Alan Modra PR optimization/14119 diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 5f4a020e6de..f7e6b795593 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -505,8 +505,8 @@ const int x86_integer_DFmode_moves = ~(m_ATHLON_K8 | m_PENT4 | m_PPRO); const int x86_partial_reg_dependency = m_ATHLON_K8 | m_PENT4; const int x86_memory_mismatch_stall = m_ATHLON_K8 | m_PENT4; const int x86_accumulate_outgoing_args = m_ATHLON_K8 | m_PENT4 | m_PPRO; -const int x86_prologue_using_move = m_ATHLON_K8 | m_PENT4 | m_PPRO; -const int x86_epilogue_using_move = m_ATHLON_K8 | m_PENT4 | m_PPRO; +const int x86_prologue_using_move = m_ATHLON_K8 | m_PPRO; +const int x86_epilogue_using_move = m_ATHLON_K8 | m_PPRO; const int x86_decompose_lea = m_PENT4; const int x86_shift1 = ~m_486; const int x86_arch_always_fancy_math_387 = m_PENT | m_PPRO | m_ATHLON_K8 | m_PENT4; -- 2.11.0