]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* i386.h (TARGET_CMOV): Disable conditional moves for this release.
authorJeffrey A Law <law@cygnus.com>
Sat, 22 Nov 1997 03:29:14 +0000 (03:29 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 22 Nov 1997 03:29:14 +0000 (20:29 -0700)
From-SVN: r16661

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

index f2df07d0752ec5f614ae57c0d515a3387b6f8c76..13328380d5e7c514e4d7c007cd047113b79fecf0 100644 (file)
@@ -1,3 +1,7 @@
+Fri Nov 21 15:20:05 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * i386.h (TARGET_CMOV): Disable conditional moves for this release.
+
 Fri Nov 21 12:18:51 1997  Jason Merrill  <jason@yorick.cygnus.com>
 
        * except.h: Add outer_context_label_stack.
index 24c1d8cf2187d199ad6032d9e1f6b26d29ead749..324ee15f8b2516307a98a5257d87cbe0845e2c7c 100644 (file)
@@ -165,7 +165,9 @@ extern int target_flags;
 #define TARGET_USE_Q_REG (ix86_cpu == PROCESSOR_PENTIUM \
                          || ix86_cpu == PROCESSOR_PENTIUMPRO)
 #define TARGET_USE_ANY_REG (ix86_cpu == PROCESSOR_I486)
-#define TARGET_CMOVE (ix86_arch == PROCESSOR_PENTIUMPRO)
+/* This is temporary for the release only.  Folks are working on a fix,
+   but the fix will likely not be suitable for the first egcs release.  */
+#define TARGET_CMOVE (0)                                         
 #define TARGET_DEEP_BRANCH_PREDICTION (ix86_cpu == PROCESSOR_PENTIUMPRO)
 #define TARGET_STACK_PROBE (target_flags & MASK_STACK_PROBE)