From: Richard Henderson Date: Tue, 21 Dec 2004 15:45:05 +0000 (-0800) Subject: * config/i386/i386.h (TARGET_SSE_TYPELESS_LOAD0): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=944c6ecc79adae0e4f32c9a34f47be0a7b9d63da;p=gcc.git * config/i386/i386.h (TARGET_SSE_TYPELESS_LOAD0): Remove. From-SVN: r92456 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 188b7ecc90d..ca45d43f00d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-21 Richard Henderson + + * config/i386/i386.h (TARGET_SSE_TYPELESS_LOAD0): Remove. + 2004-12-21 Eric Botcazou * expr.c (emit_group_load_1): Return the source if the move diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 5bcd6070af8..0e8062bc6d5 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -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)