diff options
-rw-r--r-- | include/llvm/ADT/APFloat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h index 7381a6d..64e56a0 100644 --- a/include/llvm/ADT/APFloat.h +++ b/include/llvm/ADT/APFloat.h @@ -17,7 +17,6 @@ #ifndef LLVM_ADT_APFLOAT_H #define LLVM_ADT_APFLOAT_H -// APInt contains static functions implementing bignum arithmetic. #include "llvm/ADT/APInt.h" namespace llvm { @@ -140,6 +139,8 @@ public: /// anything real. static const fltSemantics Bogus; + /// @} + static unsigned int semanticsPrecision(const fltSemantics &); /// IEEE-754R 5.11: Floating Point Comparison Relations. |