Initialize the only-used-with-PPC-double-double parts of the APFloat class. This
authorBill Wendling <isanbard@gmail.com>
Fri, 18 Mar 2011 09:09:44 +0000 (09:09 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 18 Mar 2011 09:09:44 +0000 (09:09 +0000)
commitf09a8b533d8a28550e1a739c1ce8da167260c25f
treee45b0fc8607973af6e4b7cadf27a1347dcb1b85e
parent9a4584b54b1c2f212e77fe9cd3ebd3f05bac3118
Initialize the only-used-with-PPC-double-double parts of the APFloat class. This
makes valgrind stop complaining about uninitialized variables being read when it
accesses a bitfield (category) that shares its bits with these variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127871 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APFloat.cpp