1ULL << 64 is undefined, don't do it.
authorChris Lattner <sabre@nondot.org>
Sat, 8 Jan 2005 06:24:30 +0000 (06:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 8 Jan 2005 06:24:30 +0000 (06:24 +0000)
commit623f70dd4c5525888aca400c27832282913b539e
tree14fc5a132861bb5087ae08e1a75d713249811b5d
parent7ab65934a0b126d198ff17dd4bc734ddd0d46dd4
1ULL << 64 is undefined, don't do it.

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