i386.h (TARGET_DECOMPOSE_LEA): Kill.
* i386.h (TARGET_DECOMPOSE_LEA): Kill. * i386.c (x86_decompose_lea): Kill. (ix86_rtx_costs): Kill. From-SVN: r109581
This commit is contained in:
parent
ea99e0becf
commit
81d9f8df19
@ -1,3 +1,9 @@
|
||||
2006-01-11 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* i386.h (TARGET_DECOMPOSE_LEA): Kill.
|
||||
* i386.c (x86_decompose_lea): Kill.
|
||||
(ix86_rtx_costs): Kill.
|
||||
|
||||
2006-01-11 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* cgraph.c (cgraph_insert_node_to_hashtable): New function.
|
||||
|
@ -640,7 +640,6 @@ const int x86_memory_mismatch_stall = m_ATHLON_K8 | m_PENT4 | m_NOCONA;
|
||||
const int x86_accumulate_outgoing_args = m_ATHLON_K8 | m_PENT4 | m_NOCONA | 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 | m_NOCONA;
|
||||
const int x86_shift1 = ~m_486;
|
||||
const int x86_arch_always_fancy_math_387 = m_PENT | m_PPRO | m_ATHLON_K8 | m_PENT4 | m_NOCONA;
|
||||
const int x86_sse_partial_reg_dependency = m_PENT4 | m_NOCONA | m_PPRO;
|
||||
@ -16446,7 +16445,6 @@ ix86_rtx_costs (rtx x, int code, int outer_code, int *total)
|
||||
return false;
|
||||
}
|
||||
if ((value == 2 || value == 3)
|
||||
&& !TARGET_DECOMPOSE_LEA
|
||||
&& ix86_cost->lea <= ix86_cost->shift_const)
|
||||
{
|
||||
*total = ix86_cost->lea;
|
||||
|
@ -209,7 +209,6 @@ extern int x86_prefetch_sse;
|
||||
#define TARGET_MEMORY_MISMATCH_STALL (x86_memory_mismatch_stall & TUNEMASK)
|
||||
#define TARGET_PROLOGUE_USING_MOVE (x86_prologue_using_move & TUNEMASK)
|
||||
#define TARGET_EPILOGUE_USING_MOVE (x86_epilogue_using_move & TUNEMASK)
|
||||
#define TARGET_DECOMPOSE_LEA (x86_decompose_lea & TUNEMASK)
|
||||
#define TARGET_PREFETCH_SSE (x86_prefetch_sse)
|
||||
#define TARGET_SHIFT1 (x86_shift1 & TUNEMASK)
|
||||
#define TARGET_USE_FFREEP (x86_use_ffreep & TUNEMASK)
|
||||
|
Loading…
Reference in New Issue
Block a user