[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
[oota-llvm.git] / include / llvm / MC / MCAsmInfoDarwin.h
index 634f163d84ecd109c4eab17e80b21f0b69e4dc95..af552de6e6903c6be85fd4e6108bdca7eb5ac278 100644 (file)
 #include "llvm/MC/MCAsmInfo.h"
 
 namespace llvm {
-  class GlobalValue;
-  class GlobalVariable;
-  class Type;
-  class Mangler;
-
-  struct MCAsmInfoDarwin : public MCAsmInfo {
+  class MCAsmInfoDarwin : public MCAsmInfo {
+    virtual void anchor();
+  public:
     explicit MCAsmInfoDarwin();
-    virtual const MCExpr *
-    getExprForFDESymbol(const MCSymbol *Sym, MCStreamer &Streamer) const;
   };
 }