Two changes:
authorReid Spencer <rspencer@reidspencer.com>
Thu, 18 Jan 2007 01:25:42 +0000 (01:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 18 Jan 2007 01:25:42 +0000 (01:25 +0000)
commit23e28836edaa6750a48dc318c8e2bbe6dc1529c8
treeb6683813e34f19323e8f6858a66b51865152a3d7
parentf89aec655f220fdd70e39fcb8d16943694b85903
Two changes:
1. Fix logic for executeGEP. Only 32-bit and 64-bit integer types are
   acceptable as indices.
2. Ensure that all integer cast operations truncate their result to the
   integer size of the operand.

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