Skip to content

Commit e1b618d

Browse files
committed
[ConstantFPRange] Fix header comment. NFC.
1 parent a867163 commit e1b618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/ConstantFPRange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ ConstantFPRange ConstantFPRange::negate() const {
414414
return ConstantFPRange(-Upper, -Lower, MayBeQNaN, MayBeSNaN);
415415
}
416416

417-
// Return true if the finite part is not empty after removing infinities.
417+
/// Return true if the finite part is not empty after removing infinities.
418418
static bool removeInf(APFloat &Lower, APFloat &Upper, bool &HasPosInf,
419419
bool &HasNegInf) {
420420
assert(strictCompare(Lower, Upper) != APFloat::cmpGreaterThan &&

0 commit comments

Comments
 (0)