]> gcc.gnu.org Git - gcc.git/commitdiff
* 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 188b7ecc90ddcc7cfbd82e52da3a084ee2295d50..ca45d43f00d5f8c245acc584000b8f4f35cba4b7 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 5bcd6070af88d63d72d4123a8331477448e6a97f..0e8062bc6d5fa81c80632c4746e0cd08ba5723fc 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)
This page took 0.08352 seconds and 5 git commands to generate.