Fix APInt::countTrailingZeros to return BitWidth if the input is zero instead...
Fix APInt::countTrailingZeros to return BitWidth if the input is zero instead of returning some random large number. llvm-svn: 44294
Loading
Please register or sign in to comment