Commit 1a42ead7 by Richard Henderson Committed by Jeff Law

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

From-SVN: r15852
parent c32381b1
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment