fix parsing .comm directives on systems which do not represent alignments
[oota-llvm.git] / tools / llvm-mc / AsmLexer.h
index ce292f66b127be5b2b051c2a10a743acb3499d60..c0b32232abb7aba18be906985f702699580d70fb 100644 (file)
@@ -62,7 +62,9 @@ public:
   bool EnterIncludeFile(const std::string &Filename);
   
   void PrintMessage(SMLoc Loc, const std::string &Msg, const char *Type) const;
-  
+
+  const MCAsmInfo &getMAI() const { return MAI; }
+
 private:
   int getNextChar();
   AsmToken ReturnError(const char *Loc, const std::string &Msg);