diff options
Diffstat (limited to 'tools/llvm-mc/AsmParser.h')
-rw-r--r-- | tools/llvm-mc/AsmParser.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/llvm-mc/AsmParser.h b/tools/llvm-mc/AsmParser.h index e59e85c..2f61461 100644 --- a/tools/llvm-mc/AsmParser.h +++ b/tools/llvm-mc/AsmParser.h @@ -28,9 +28,6 @@ class TargetAsmParser; class Twine; class AsmParser : public MCAsmParser { -public: - struct X86Operand; - private: AsmLexer Lexer; MCContext &Ctx; @@ -88,12 +85,6 @@ private: bool ParseBinOpRHS(unsigned Precedence, AsmExpr *&Res); bool ParseParenExpr(AsmExpr *&Res); - // X86 specific. - bool ParseX86InstOperands(const StringRef &InstName, MCInst &Inst); - bool ParseX86Operand(X86Operand &Op); - bool ParseX86MemOperand(X86Operand &Op); - bool ParseX86Register(X86Operand &Op); - // Directive Parsing. bool ParseDirectiveDarwinSection(); // Darwin specific ".section". bool ParseDirectiveSectionSwitch(const char *Section, |