flags.h (HONOR_NANS): Fix typo in comment.

gcc/
2001-01-01  Revital1 Eres  <ERES@il.ibm.com>

	* flags.h (HONOR_NANS): Fix typo in comment.

From-SVN: r117172
This commit is contained in:
Revital Eres 2006-09-23 16:45:25 +00:00 committed by Richard Sandiford
parent d4d7a132ab
commit 88a65e64ee
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-09-23 Revital1 Eres <ERES@il.ibm.com>
* flags.h (HONOR_NANS): Fix typo in comment.
2006-09-23 Uros Bizjak <uros@kss-loka.si>
* config/i386/driver-i386.c (host_detect_local_cpu): Add prototype.

View File

@ -264,7 +264,7 @@ extern const char *flag_random_seed;
/* True if the given mode has a NaN representation and the treatment of
NaN operands is important. Certain optimizations, such as folding
x * 0 into x, are not correct for NaN operands, and are normally
x * 0 into 0, are not correct for NaN operands, and are normally
disabled for modes with NaNs. The user can ask for them to be
done anyway using the -funsafe-math-optimizations switch. */
#define HONOR_NANS(MODE) \