Fix a source of undefined behavior when dealing with 64-bit types. This
authorChris Lattner <sabre@nondot.org>
Wed, 2 Nov 2005 01:47:04 +0000 (01:47 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Nov 2005 01:47:04 +0000 (01:47 +0000)
commit7c22575e3292a80b42ec6189d618976a464f7406
tree9a43b7413e71b9d0ee92a751ec2de24ed2b89d69
parent2c122ceefe898fef04e86650409ec6a19a0ad19b
Fix a source of undefined behavior when dealing with 64-bit types. This
may fix PR652.  Thanks to Andrew for tracking down the problem.

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