cast signed APInt constructor params to uint64_t to suppress signedness warning
authorRyan Flynn <pizza@parseerror.com>
Wed, 22 Jul 2009 16:17:36 +0000 (16:17 +0000)
committerRyan Flynn <pizza@parseerror.com>
Wed, 22 Jul 2009 16:17:36 +0000 (16:17 +0000)
commitb714c08eb8342d4818732b0248710158714fadd5
tree2cd87d462119a7e7bddcb53007b20c341b74a710
parenta92669737372dc4374e8e8e3397bdf3fcc799c51
cast signed APInt constructor params to uint64_t to suppress signedness warning

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76744 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/ConstantRangeTest.cpp