fix an off-by-one bug that caused a crash analyzing
authorChris Lattner <sabre@nondot.org>
Tue, 4 Jan 2011 18:19:15 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Jan 2011 18:19:15 +0000 (18:19 +0000)
commit43b40a4620c155c73ac71b48472ea2411d7c35da
tree2a91e31af838065b7c2a32dd1ad73b215b810faa
parentba64b9706a1f83e8388c3c722953de16d102de27
fix an off-by-one bug that caused a crash analyzing
ashr's with huge shift amounts, PR8896

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122814 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ValueTracking.cpp
test/Transforms/InstCombine/crash.ll