OSDN Git Service

IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL with...
authorStepan Dyatkovskiy <stpworld@narod.ru>
Tue, 26 Jun 2012 16:08:20 +0000 (16:08 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Tue, 26 Jun 2012 16:08:20 +0000 (16:08 +0000)
commit0e20eb496ef65988023ab439259010cac82cd1ca
tree358aee790ed22a30070d1cd7ce1e1dea5b111d29
parent0518fca843ff87d069ecb07fc00d306c1f587d58
IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL with NOT_A_NUMBER constant (0xffff).

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