don't assert and die on out of range (undefined) shifts. This fixes
authorChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 20:17:02 +0000 (20:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Jan 2009 20:17:02 +0000 (20:17 +0000)
commit9029cb836304cd2848f589dc79373d9b67eb48e0
tree9b1e0090347be15cc065ed79c83cfb23534f3787
parent71759c491c275ed37b6f97f04badf12ba9b3798c
don't assert and die on out of range (undefined) shifts.  This fixes
PR3334.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62352 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/Interpreter/Execution.cpp