]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
authorRichard Henderson <rth@cygnus.com>
Tue, 7 Oct 1997 15:45:43 +0000 (08:45 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 7 Oct 1997 15:45:43 +0000 (09:45 -0600)
From-SVN: r15852

gcc/ChangeLog
gcc/config/alpha/alpha.h

index a39b219adc211b3315e7e26008e632f43d031396..938bf5669b0ec469a7498b175248f11ecb0fb3dd 100644 (file)
@@ -1,3 +1,7 @@
+Tue Oct  7 09:48:51 1997  Richard Henderson  <rth@cygnus.com>
+
+       * alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.
+
 Mon Oct  6 12:47:32 1997  Manfred Hollstein  (manfred@lts.sel.alcatel.de)
 
        * m88k.c (m88k_begin_prologue): Remove superfluous backslash.
index 84f9f0ac59cfdcfc7af98bba4c4148bd5a5f5d25..6ce346fef03294603ec9cea84c5f95ee07f7c8fe 100644 (file)
@@ -1544,7 +1544,7 @@ extern void final_prescan_insn ();
 
 /* Define the value returned by a floating-point comparison instruction.  */
 
-#define FLOAT_STORE_FLAG_VALUE 0.5
+#define FLOAT_STORE_FLAG_VALUE 2.0
 
 /* Canonicalize a comparison from one we don't have to one we do have.  */