* alpha.h (FLOAT_STORE_FLAG_VALUE): It's 2.0 not 0.5.

From-SVN: r15852
This commit is contained in:
Richard Henderson 1997-10-07 08:45:43 -07:00 committed by Jeff Law
parent c32381b187
commit 1a42ead7f3
2 changed files with 5 additions and 1 deletions

View 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.

View 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. */