[llvm] r183065 - Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment.
Michael Gottesman
mgottesman at apple.com
Fri May 31 17:48:24 PDT 2013
Author: mgottesman
Date: Fri May 31 19:48:24 2013
New Revision: 183065
URL: http://llvm.org/viewvc/llvm-project?rev=183065&view=rev
Log:
Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment.
Modified:
llvm/trunk/include/llvm/ADT/APFloat.h
Modified: llvm/trunk/include/llvm/ADT/APFloat.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APFloat.h?rev=183065&r1=183064&r2=183065&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APFloat.h (original)
+++ llvm/trunk/include/llvm/ADT/APFloat.h Fri May 31 19:48:24 2013
@@ -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.
More information about the llvm-commits
mailing list