* config/i386/i386.h (TARGET_SSE_TYPELESS_LOAD0): Remove.
authorRichard Henderson <rth@redhat.com>
Tue, 21 Dec 2004 15:45:05 +0000 (07:45 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 21 Dec 2004 15:45:05 +0000 (07:45 -0800)
From-SVN: r92456

gcc/ChangeLog
gcc/config/i386/i386.h

index 188b7ec..ca45d43 100644 (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
index 5bcd607..0e8062b 100644 (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)