For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long long intege...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 17 Jun 2012 14:53:53 +0000 (14:53 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 17 Jun 2012 14:53:53 +0000 (14:53 +0000)
commit3b6752eec5c588a10d1109e4f907f024cece4074
treeee7ca8cf85cddfd99917467dd65a59f5a452c55d
parent044de9c6f765d946abfd32b3f89a9033da5dd734
For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long long integer literals.

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