llvm-6502/lib/ExecutionEngine/JIT
Brian Gaeke 242978cdee Destroy MachineFunction for any Function that we are about to
recompile and relink. This keeps it from failing an assertion when
it goes and tries to construct a new MachineFunction for that Function.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9459 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-24 03:55:37 +00:00
..
Intercept.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
JIT.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
JIT.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
JITEmitter.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
VM.cpp Destroy MachineFunction for any Function that we are about to 2003-10-24 03:55:37 +00:00
VM.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00