Move emitInlineAsmEnd to the AsmPrinter interface.
[oota-llvm.git] / lib / Target / ARM / ARMAsmPrinter.h
index d7136505e491fb5b9040539baef3ef507b91e1f8..a2cda3b95d470edaaece66253fbce71145ec9ee9 100644 (file)
@@ -63,6 +63,9 @@ public:
                                      unsigned AsmVariant, const char *ExtraCode,
                                      raw_ostream &O) LLVM_OVERRIDE;
 
+  virtual void emitInlineAsmEnd(const MCSubtargetInfo &StartInfo,
+                                MCSubtargetInfo *EndInfo) const LLVM_OVERRIDE;
+
   void EmitJumpTable(const MachineInstr *MI);
   void EmitJump2Table(const MachineInstr *MI);
   virtual void EmitInstruction(const MachineInstr *MI) LLVM_OVERRIDE;