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

Chris Lattner lattner at cs.uiuc.edu
Tue May 2 10:00:01 PDT 2006



Changes in directory llvm/include/llvm/CodeGen:

MachineCodeEmitter.h updated: 1.30 -> 1.31
---
Log message:

Remove the debug machine code emitter.  The "FilePrinterEmitter" is moreuseful for debugging.


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

 MachineCodeEmitter.h |    6 ------
 1 files changed, 6 deletions(-)


Index: llvm/include/llvm/CodeGen/MachineCodeEmitter.h
diff -u llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.30 llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.31
--- llvm/include/llvm/CodeGen/MachineCodeEmitter.h:1.30	Sat Apr 22 18:52:35 2006
+++ llvm/include/llvm/CodeGen/MachineCodeEmitter.h	Tue May  2 11:59:49 2006
@@ -115,12 +115,6 @@
   // allocateGlobal - Allocate some space for a global variable.
   virtual unsigned char* allocateGlobal(unsigned size, unsigned alignment) = 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.
-  ///
-  static MachineCodeEmitter *createDebugEmitter();
-
   /// createFilePrinterEmitter - Return a dynamically allocated
   /// machine code emitter, which prints binary code to a file.  This
   /// can be used for debugging users of the MachineCodeEmitter interface.






More information about the llvm-commits mailing list