* config/i386/i386.c: Use inc/dec on Core2.

From-SVN: r123662
This commit is contained in:
Mike Stump 2007-04-08 16:30:23 +00:00 committed by Mike Stump
parent cb9c159dc0
commit 77c1632f35
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-04-08 Mike Stump <mrs@apple.com>
* config/i386/i386.c: Use inc/dec on Core2.
2007-04-08 Steven Bosscher <steven@gcc.gnu.org>
* langhooks.c (lhd_tree_inlining_add_pending_fn_decls,

View File

@ -1186,7 +1186,7 @@ unsigned int ix86_tune_features[X86_TUNE_LAST] = {
m_ATHLON_K8_AMDFAM10,
/* X86_TUNE_USE_INCDEC */
~(m_PENT4 | m_NOCONA | m_CORE2 | m_GENERIC),
~(m_PENT4 | m_NOCONA | m_GENERIC),
/* X86_TUNE_PAD_RETURNS */
m_ATHLON_K8_AMDFAM10 | m_CORE2 | m_GENERIC,