Finish support for Microsoft ML/MASM. May still be a few rough edges.
[oota-llvm.git] / lib / Target / X86 / X86IntelAsmPrinter.h
index c6ad898d1db0a66697ae7e9f426fb6a59053751d..7c81923ed6651739427aaf33bfdc21710096f8e2 100755 (executable)
@@ -90,7 +90,9 @@ struct X86IntelAsmPrinter : public X86SharedAsmPrinter {
   void printPICLabel(const MachineInstr *MI, unsigned Op);
   bool runOnMachineFunction(MachineFunction &F);
   bool doInitialization(Module &M);
+  bool doFinalization(Module &M);
 
+  virtual void SwitchSection(const char *NewSection, const GlobalValue *GV);
   virtual void EmitZeros(uint64_t NumZeros) const;
   virtual void EmitString(const ConstantArray *CVA) const;
 };