mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-12 12:33:17 +00:00
This should not be needed anymore
llvm-svn: 10558
This commit is contained in:
parent
58d2beb555
commit
013d4bee41
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user