Explicitly cast the second argument to unsigned in order to select the
authorChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 07:31:10 +0000 (07:31 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 15 Jul 2011 07:31:10 +0000 (07:31 +0000)
commite083805724196bd45a3612bf9373f503b5b8a7e0
tree53012339f3f1a9009a1e100a605ee9e2c5c8d3a9
parent3d42bfbbdd26ac56ccd706d4ebee984490c72ecc
Explicitly cast the second argument to unsigned in order to select the
desired overload.

This is a bit of a hackish workaround to fix the compile after r135259.
Let me know if there is a better approach.

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