diff --git a/lib/Support/APFloat.cpp b/lib/Support/APFloat.cpp index ab30a030a2b..f2f69537511 100644 --- a/lib/Support/APFloat.cpp +++ b/lib/Support/APFloat.cpp @@ -39,7 +39,7 @@ namespace llvm { /* Number of bits in the significand. This includes the integer bit. */ - unsigned char precision; + unsigned int precision; /* If the target format has an implicit integer bit. */ bool implicitIntegerBit;