llvm/lib/ExecutionEngine
Reid Spencer 5763105121 Fix some thinko's in the last patch. PtrSize has to be in bits and we
might need to zext not just trunc the value.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34955 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-06 03:46:41 +00:00
..
Interpreter Fix some thinko's in the last patch. PtrSize has to be in bits and we 2007-03-06 03:46:41 +00:00
JIT Simplify code as a result of the change in GenericValue to have a single 2007-03-06 03:11:31 +00:00
ExecutionEngine.cpp Simplify things significantly because GenericValue now has a single integer 2007-03-06 03:04:04 +00:00
Makefile