mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:30:29 +08:00
(CHECK_FLOAT_VALUE): Fix misspelled use of parameter.
From-SVN: r9692
This commit is contained in:
parent
3cae95aff8
commit
98e34a948b
@ -900,7 +900,7 @@ extern enum reg_class regno_reg_class[];
|
||||
else if (((D) > 0) && ((D) < 1.1754943508222873e-38)) \
|
||||
(OVERFLOW) = 1, (D) = 0.0; \
|
||||
else if (((d) < 0) && ((d) > -1.1754943508222873e-38)) \
|
||||
(OVEFLOW) = 1, (D) = 0.0; \
|
||||
(OVERFLOW) = 1, (D) = 0.0; \
|
||||
}
|
||||
|
||||
/* Tell final.c how to eliminate redundant test instructions. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user