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)
commit3b5f24513c70b60f345031844bba93324c173874
treeb3af8eb714172f626b1a6a3af21d71aa77ef0b35
parent8763b30a2b59c93a691498dfcce4412b8ed59529
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().

llvm-svn: 9199
llvm/lib/ExecutionEngine/JIT/VM.cpp