Removed a comment above an include which is unnecessary and added a missing closing...
authorMichael Gottesman <mgottesman@apple.com>
Sat, 1 Jun 2013 00:48:24 +0000 (00:48 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sat, 1 Jun 2013 00:48:24 +0000 (00:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183065 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APFloat.h

index 7381a6d589f26ac7cd6336c062a538d6301b0040..64e56a0ef6a0b1cedbf778d97d8df479fc8498a2 100644 (file)
@@ -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.