An unsigned integer was being initialized with -1 to set all its bits to 1, but this doesn't work for the BigInt class which may be used as an integer type on systems that don't support uint128 natively. This patch moves the initialization to use ~T(0) instead.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.