1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/ExecutionEngine
Brian Gaeke 96889991bb Go back to the interpreter main loop after performing intrinsic lowering,
because 1) the first instruction might not be a call site, and
2) CS and SF.Caller were not getting set to point to the new call site
anyway (resulting in a crash on e.g. call %llvm.memset).

llvm-svn: 13122
2004-04-23 18:05:28 +00:00
..
Interpreter Go back to the interpreter main loop after performing intrinsic lowering, 2004-04-23 18:05:28 +00:00
JIT Implement emitWordAt() for the JIT emitter. 2004-04-23 17:11:14 +00:00
ExecutionEngine.cpp
Makefile