[llvm-commits] [llvm] r79220 - /llvm/trunk/include/llvm/ADT/APFloat.h
Oscar Fuentes
ofv at wanadoo.es
Sun Aug 16 21:10:20 PDT 2009
Author: ofv
Date: Sun Aug 16 23:10:20 2009
New Revision: 79220
URL: http://llvm.org/viewvc/llvm-project?rev=79220&view=rev
Log:
Make a declaration consistent with its definition.
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=79220&r1=79219&r2=79220&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/APFloat.h (original)
+++ llvm/trunk/include/llvm/ADT/APFloat.h Sun Aug 16 23:10:20 2009
@@ -109,7 +109,7 @@
typedef signed short exponent_t;
struct fltSemantics;
- struct StringRef;
+ class StringRef;
/* When bits of a floating point number are truncated, this enum is
used to indicate what fraction of the LSB those bits represented.
More information about the llvm-commits
mailing list