aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-07-12 20:23:36 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-07-12 20:23:36 +0000
commit835dfe6d27269424af9e64f06302d9eca280361a (patch)
tree4132df664b27e50f907fac8739ee05e9e1dc2674 /include/llvm/MC
parent5ebdbf3ac210861f340a4153a42b047eeb850bd7 (diff)
downloadexternal_llvm-835dfe6d27269424af9e64f06302d9eca280361a.zip
external_llvm-835dfe6d27269424af9e64f06302d9eca280361a.tar.gz
external_llvm-835dfe6d27269424af9e64f06302d9eca280361a.tar.bz2
MC/AsmParser: Move special section directive parsing to Darwin specific parser.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCParser/AsmParser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/MC/MCParser/AsmParser.h b/include/llvm/MC/MCParser/AsmParser.h
index c58de44..0874f3f 100644
--- a/include/llvm/MC/MCParser/AsmParser.h
+++ b/include/llvm/MC/MCParser/AsmParser.h
@@ -119,9 +119,6 @@ private:
// Directive Parsing.
bool ParseDirectiveDarwinSection(); // Darwin specific ".section".
- bool ParseDirectiveSectionSwitch(const char *Segment, const char *Section,
- unsigned TAA = 0, unsigned ImplicitAlign = 0,
- unsigned StubSize = 0);
bool ParseDirectiveAscii(bool ZeroTerminated); // ".ascii", ".asciiz"
bool ParseDirectiveValue(unsigned Size); // ".byte", ".long", ...
bool ParseDirectiveFill(); // ".fill"