llvm-6502/lib/ExecutionEngine/MCJIT
Jim Grosbach 8005bcd5e0 MCJIT: Tidy up the constructor.
The MCJIT doesn't need or want a TargetJITInfo. That's vestigal from the old
JIT, so just remove it.

rdar://12119347

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162280 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-21 15:42:49 +00:00
..
CMakeLists.txt Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. 2012-03-28 21:46:36 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MCJIT.cpp MCJIT: Tidy up the constructor. 2012-08-21 15:42:49 +00:00
MCJIT.h MCJIT: Tidy up the constructor. 2012-08-21 15:42:49 +00:00
MCJITMemoryManager.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
MCJITMemoryManager.h Round 2 of dead private variable removal. 2012-06-06 19:47:08 +00:00