diff options
Diffstat (limited to 'tools/llvm-mc/AsmParser.h')
-rw-r--r-- | tools/llvm-mc/AsmParser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-mc/AsmParser.h b/tools/llvm-mc/AsmParser.h index 8bfeaac2a7..620ac19c98 100644 --- a/tools/llvm-mc/AsmParser.h +++ b/tools/llvm-mc/AsmParser.h @@ -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 |