[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JIT.cpp
Chris Lattner
lattner at cs.uiuc.edu
Sat Dec 20 04:20:25 PST 2003
Changes in directory llvm/lib/ExecutionEngine/JIT:
JIT.cpp updated: 1.29 -> 1.30
---
Log message:
This should not be needed anymore
---
Diffs of the changes: (+0 -4)
Index: llvm/lib/ExecutionEngine/JIT/JIT.cpp
diff -u llvm/lib/ExecutionEngine/JIT/JIT.cpp:1.29 llvm/lib/ExecutionEngine/JIT/JIT.cpp:1.30
--- llvm/lib/ExecutionEngine/JIT/JIT.cpp:1.29 Fri Dec 19 21:36:47 2003
+++ llvm/lib/ExecutionEngine/JIT/JIT.cpp Sat Dec 20 04:19:18 2003
@@ -175,10 +175,6 @@
// 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);
More information about the llvm-commits
mailing list