* config/i386/i386.h (TARGET_SSE_TYPELESS_LOAD0): Remove.

From-SVN: r92456
This commit is contained in:
Richard Henderson 2004-12-21 07:45:05 -08:00 committed by Richard Henderson
parent d20b11909f
commit 944c6ecc79
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-21 Richard Henderson <rth@redhat.com>
* config/i386/i386.h (TARGET_SSE_TYPELESS_LOAD0): Remove.
2004-12-21 Eric Botcazou <ebotcazou@libertysurf.fr>
* expr.c (emit_group_load_1): Return the source if the move

View File

@ -290,7 +290,6 @@ extern int x86_prefetch_sse;
#define TARGET_SSE_PARTIAL_REGS_FOR_CVTSD2SS \
(x86_sse_partial_regs_for_cvtsd2ss & TUNEMASK)
#define TARGET_SSE_TYPELESS_STORES (x86_sse_typeless_stores & TUNEMASK)
#define TARGET_SSE_TYPELESS_LOAD0 (x86_sse_typeless_load0 & TUNEMASK)
#define TARGET_SSE_LOAD0_BY_PXOR (x86_sse_load0_by_pxor & TUNEMASK)
#define TARGET_MEMORY_MISMATCH_STALL (x86_memory_mismatch_stall & TUNEMASK)
#define TARGET_PROLOGUE_USING_MOVE (x86_prologue_using_move & TUNEMASK)