Commit 77c1632f by Mike Stump Committed by Mike Stump

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

From-SVN: r123662
parent cb9c159d
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,
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment