add support for .zerofill, patch by Kevin Enderby!
[oota-llvm.git] / tools / llvm-mc / AsmParser.h
index 8bfeaac2a7edc799cd67bd225a0b8f24abb25ceb..620ac19c98668a313ff0e6257e8ad95734fd6cc1 100644 (file)
@@ -111,7 +111,7 @@ private:
   bool ParseDirectiveSymbolAttribute(MCStreamer::SymbolAttr Attr);
 
   bool ParseDirectiveComm(bool IsLocal); // ".comm" and ".lcomm"
-  
+  bool ParseDirectiveDarwinZerofill(); // Darwin specific ".zerofill"
 };
 
 } // end namespace llvm