Do not compute 1ULL << 64, which is undefined. This fixes Ptrdist/ks on the
authorChris Lattner <sabre@nondot.org>
Fri, 4 Mar 2005 23:21:33 +0000 (23:21 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 4 Mar 2005 23:21:33 +0000 (23:21 +0000)
commit8b9081081b4a7aef0e80b51c59707fcb5f751b53
tree1f9eee009e5c936a26e6ff733ebcaae6fec50699
parentcff1fe5f9f35c69f504285781ba174f005b30850
Do not compute 1ULL << 64, which is undefined.  This fixes Ptrdist/ks on the
sparc, and testcase Regression/Transforms/InstCombine/2005-03-04-ShiftOverflow.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20445 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp