Use -1ULL instead of uint64_t(-1), at Anton's suggestion.
authorDan Gohman <gohman@apple.com>
Fri, 3 Oct 2008 17:56:45 +0000 (17:56 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 3 Oct 2008 17:56:45 +0000 (17:56 +0000)
commitca0a5d93569d728659352ca5fbfe17daeed5f6ac
tree6f1b43daba422e617873e9b15f058c0a1406bb88
parent6d1b8a5911b98b49c3a17874f8a9cc3dfa9fa6f0
Use -1ULL instead of uint64_t(-1), at Anton's suggestion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57021 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp