mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fixed comment typo that causes the given comment to actually make sense.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184286 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eb30e5115e
commit
15c6aa9147
@ -687,7 +687,7 @@ APFloat::isDenormal() const {
|
||||
bool
|
||||
APFloat::isSmallest() const {
|
||||
// The smallest number by magnitude in our format will be the smallest
|
||||
// denormal, i.e. the floating point normal with exponent being minimum
|
||||
// denormal, i.e. the floating point number with exponent being minimum
|
||||
// exponent and significand bitwise equal to 1 (i.e. with MSB equal to 0).
|
||||
return isNormal() && exponent == semantics->minExponent &&
|
||||
significandMSB() == 0;
|
||||
|
Loading…
Reference in New Issue
Block a user