i386.c (x86_integer_DFmode_moves): Disable for PPro.
authorWill Cohen <wcohen@redhat.com>
Wed, 3 Jul 2002 14:15:44 +0000 (14:15 +0000)
committerWilliam Cohen <wcohen@gcc.gnu.org>
Wed, 3 Jul 2002 14:15:44 +0000 (14:15 +0000)
2002-07-02  Will Cohen <wcohen@redhat.com>

* config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.

From-SVN: r55211

gcc/ChangeLog
gcc/config/i386/i386.c

index 9218d3fefb5cf2ff83a82aceecbbc4421cd0ef83..186f28f2733a208ea0a922553290c560064e745b 100644 (file)
@@ -1,3 +1,7 @@
+2002-07-02  Will Cohen <wcohen@redhat.com>
+
+       * config/i386/i386.c (x86_integer_DFmode_moves): Disable for PPro.
+
 Wed Jul  3 10:24:16 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * optabs.c (expand_vector_binop): Don't store using a SUBREG smaller
index faf723c4921a2a18f7db2040d8db515f40255242..819f0d72cc0cf717e84cd7904a261ffd2106a70a 100644 (file)
@@ -387,7 +387,7 @@ const int x86_sub_esp_4 = m_ATHLON | m_PPRO | m_PENT4;
 const int x86_sub_esp_8 = m_ATHLON | m_PPRO | m_386 | m_486 | m_PENT4;
 const int x86_add_esp_4 = m_ATHLON | m_K6 | m_PENT4;
 const int x86_add_esp_8 = m_ATHLON | m_PPRO | m_K6 | m_386 | m_486 | m_PENT4;
-const int x86_integer_DFmode_moves = ~(m_ATHLON | m_PENT4);
+const int x86_integer_DFmode_moves = ~(m_ATHLON | m_PENT4 | m_PPRO);
 const int x86_partial_reg_dependency = m_ATHLON | m_PENT4;
 const int x86_memory_mismatch_stall = m_ATHLON | m_PENT4;
 const int x86_accumulate_outgoing_args = m_ATHLON | m_PENT4 | m_PPRO;