This should not be needed anymore

llvm-svn: 10558
This commit is contained in:
Chris Lattner 2003-12-20 10:19:18 +00:00
parent 58d2beb555
commit 013d4bee41

View File

@ -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);