From: Chris Lattner Date: Sat, 20 Dec 2003 10:19:18 +0000 (+0000) Subject: This should not be needed anymore X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=028565b14b9dcf7b615b6617c2df8618e9b673ef;p=oota-llvm.git This should not be needed anymore git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10558 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/JIT/JIT.cpp b/lib/ExecutionEngine/JIT/JIT.cpp index ab362a64ba1..d39741438aa 100644 --- a/lib/ExecutionEngine/JIT/JIT.cpp +++ b/lib/ExecutionEngine/JIT/JIT.cpp @@ -175,10 +175,6 @@ void *JIT::recompileAndRelinkFunction(Function *F) { // Delete the old function mapping. addGlobalMapping(F, 0); - // Destroy the machine code for this function. FIXME: this should be - // incorporated into the code generator! - MachineFunction::destruct(F); - // Recodegen the function runJITOnFunction(F);