Remove the debug machine code emitter. The "FilePrinterEmitter" is moreuseful for...
authorChris Lattner <sabre@nondot.org>
Tue, 2 May 2006 16:59:49 +0000 (16:59 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 May 2006 16:59:49 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28052 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineCodeEmitter.h

index eba7bae8acc55c4100334b1f5c1e2c0a548ca74f..39a89eeeead752df44028886419b64eb0a763b2e 100644 (file)
@@ -115,12 +115,6 @@ public:
   // 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.