Add reg clobber list for direct calls
[oota-llvm.git] / lib / Target / X86 / X86CodeEmitter.cpp
index 9b88f1209008e4a715423280587a77149e570e1d..38d1be6a59bb148ca3c47f7c78a7729b7d03867f 100644 (file)
@@ -25,6 +25,10 @@ namespace {
 
     bool runOnFunction(Function &F);
 
+    virtual const char *getPassName() const {
+      return "X86 Machine Code Emitter";
+    }
+
   private:
     void emitBasicBlock(MachineBasicBlock &MBB);
     void emitInstruction(MachineInstr &MI);