diff options
-rw-r--r-- | llvm/include/llvm/IR/Constant.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/include/llvm/IR/Constant.h b/llvm/include/llvm/IR/Constant.h index 41b3414..f4cdef2 100644 --- a/llvm/include/llvm/IR/Constant.h +++ b/llvm/include/llvm/IR/Constant.h @@ -82,8 +82,9 @@ public: /// elements. bool isFiniteNonZeroFP() const; - /// Return true if this is a normal (as opposed to denormal) floating-point - /// scalar constant or a vector constant with all normal elements. + /// Return true if this is a normal (as opposed to denormal, infinity, nan, + /// or zero) floating-point scalar constant or a vector constant with all + /// normal elements. See APFloat::isNormal. bool isNormalFP() const; /// Return true if this scalar has an exact multiplicative inverse or this |