Commit d9b9633d by Ben Elliston Committed by Ben Elliston

* config/dfp-bit.h (CMPtype): Typedef to a word mode integer.

From-SVN: r111750
parent 150eda70
2006-03-06 Ben Elliston <bje@au.ibm.com>
* config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
2006-03-05 Kazu Hirata <kazu@codesourcery.com>
* tree-ssa-threadupdate.c (rediscover_loops_after_threading):
......
......@@ -426,11 +426,9 @@ typedef unsigned int USItype __attribute__ ((mode (SI)));
typedef unsigned int UDItype __attribute__ ((mode (DI)));
/* The type of the result of a decimal float comparison. This must
match `word_mode' in GCC for the target. Default to SItype. */
match `word_mode' in GCC for the target. */
#ifndef CMPtype
#define CMPtype SItype
#endif
typedef int CMPtype __attribute__ ((mode (word)));
/* Prototypes. */
......
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