[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineCodeEmitter.h

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 22 13:54:28 PST 2004



Changes in directory llvm/include/llvm/CodeGen:

MachineCodeEmitter.h updated: 1.24 -> 1.25
---
Log message:

Fix the FIXME, nuke the JIT specific forceCompilationOf method.


---
Diffs of the changes:  (+0 -7)

Index: llvm/include/llvm/CodeGen/MachineCodeEmitter.h
diff -u llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.24 llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.25
--- llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.24	Mon Nov 22 15:48:01 2004
+++ llvm/include/llvm/CodeGen/MachineCodeEmitter.h	Mon Nov 22 15:54:14 2004
@@ -94,13 +94,6 @@
   //
   virtual uint64_t getConstantPoolEntryAddress(unsigned Index) = 0;
 
-  // forceCompilationOf - Force the compilation of the specified function, and
-  // return its address, because we REALLY need the address now.
-  //
-  // FIXME: This is JIT specific!
-  //
-  virtual uint64_t forceCompilationOf(Function *F) = 0;
-  
   /// createDebugEmitter - Return a dynamically allocated machine
   /// code emitter, which just prints the opcodes and fields out the cout.  This
   /// can be used for debugging users of the MachineCodeEmitter interface.






More information about the llvm-commits mailing list