Commit 03e00d30 by Steven Bosscher Committed by Steven Bosscher

* config/i386/i386.c (x86_schedule): Fix typo, m_K6 intead of m_K8.

From-SVN: r90722
parent ff7237d6
2004-11-16 Steven Bosscher <stevenb@suse.de>
* config/i386/i386.c (x86_schedule): Fix typo, m_K6 intead of m_K8.
2004-11-15 Dale Johannesen <dalej@apple.com>
* tree-flow.h (add_referenced_temp_var): Remove name from prototype.
......
......@@ -578,7 +578,7 @@ const int x86_ext_80387_constants = m_K6 | m_ATHLON | m_PENT4 | m_NOCONA | m_PPR
/* Some CPU cores are not able to predict more than 4 branch instructions in
the 16 byte window. */
const int x86_four_jump_limit = m_PPRO | m_ATHLON_K8 | m_PENT4 | m_NOCONA;
const int x86_schedule = m_PPRO | m_ATHLON_K8 | m_K8 | m_PENT;
const int x86_schedule = m_PPRO | m_ATHLON_K8 | m_K6 | m_PENT;
/* In case the average insn count for single function invocation is
lower than this constant, emit fast (but longer) prologue and
......
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