Refactor running the JIT passes on a single function into the new method,
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 17 Oct 2003 18:27:00 +0000 (18:27 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 17 Oct 2003 18:27:00 +0000 (18:27 +0000)
commitcd64ddfafe314f0a76d866f9bbb9466cc6d52b03
treea795a72f52b6dca72f08b24231a97b5bf8aec741
parent9573b91c322511fdcd727057dc058ee8c0fdc19c
Refactor running the JIT passes on a single function into the new method,
runJITOnFunction().

Add new method for recompiling and patching in new versions of functions,
recompileAndRelinkFunction().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/VM.cpp