Make shl instruction mask its result to the correct bitsize. This is
authorReid Spencer <rspencer@reidspencer.com>
Thu, 18 Jan 2007 01:32:46 +0000 (01:32 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 18 Jan 2007 01:32:46 +0000 (01:32 +0000)
commit547dcf2467f0701417afca2fd168a57971e7359f
treef17ad69205b018769e6daecf8ae9887cad89b21a
parent23e28836edaa6750a48dc318c8e2bbe6dc1529c8
Make shl instruction mask its result to the correct bitsize. This is
sufficient to get llvm-test/SingleSource/UnitTests/Integer/general-test.ll
working with lli in interpreter mode.

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