llvm-6502/lib/ExecutionEngine/Interpreter
Reid Spencer e770787be1 For PR1486:
Avoid overwriting the APInt instance with 0 bytes which causes the bitwidth
to be set to 0 (illegal) producing a subsequent assert.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37391 91177308-0d34-0410-b5e6-96231b3b80d8
2007-06-01 22:23:29 +00:00
..
Execution.cpp For PR1486: 2007-06-01 22:23:29 +00:00
ExternalFunctions.cpp On Linux platforms and at optimization levels -O1 and above, llvm-gcc can 2007-05-19 01:36:17 +00:00
Interpreter.cpp For PR1486: 2007-06-01 22:23:29 +00:00
Interpreter.h APInt's are no longer allocated on the heap because they are direct 2007-03-06 03:06:48 +00:00
Makefile Fix library name. 2004-10-28 05:37:24 +00:00