diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-07-12 20:42:34 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-07-12 20:42:34 +0000 |
commit | 4d5fe97c479ed3a2736755a3b821f5ff99c67cdc (patch) | |
tree | 181165805c00d4057f02809617636e5437dc3d49 /include | |
parent | 19ad3b88f71fdc0fe0ec19e05bb37c3ef1a42b5b (diff) |
MC/AsmParser: Move .section parsing to Darwin specific parser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/MC/MCParser/AsmParser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/MC/MCParser/AsmParser.h b/include/llvm/MC/MCParser/AsmParser.h index 0874f3fe8d..82b120bad4 100644 --- a/include/llvm/MC/MCParser/AsmParser.h +++ b/include/llvm/MC/MCParser/AsmParser.h @@ -118,7 +118,6 @@ private: bool ParseIdentifier(StringRef &Res); // Directive Parsing. - bool ParseDirectiveDarwinSection(); // Darwin specific ".section". bool ParseDirectiveAscii(bool ZeroTerminated); // ".ascii", ".asciiz" bool ParseDirectiveValue(unsigned Size); // ".byte", ".long", ... bool ParseDirectiveFill(); // ".fill" |