mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Fixed comment typo that causes the given comment to actually make sense.
llvm-svn: 184286
This commit is contained in:
parent
61c4560eab
commit
f89e76a9ad
@ -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…
x
Reference in New Issue
Block a user