Make a declaration consistent with its definition.

llvm-svn: 79220
This commit is contained in:
Oscar Fuentes 2009-08-17 04:10:20 +00:00
parent 349df2c976
commit 8710d9831b
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace llvm {
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.