diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-09-24 19:32:29 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-09-24 19:32:29 +0000 |
| commit | 00796a1b15a83247e19c2445a6ff7a31e72299a4 (patch) | |
| tree | fe9103260c1dcc1e45344b3688e771c25ffe6544 /lib/Target/ARM/AsmParser | |
| parent | 47bd469b8a8f097056f7c25a9a98c3c2b34f0336 (diff) | |
| download | external_llvm-00796a1b15a83247e19c2445a6ff7a31e72299a4.zip external_llvm-00796a1b15a83247e19c2445a6ff7a31e72299a4.tar.gz external_llvm-00796a1b15a83247e19c2445a6ff7a31e72299a4.tar.bz2 | |
Rather then have a wrapper function, have tblgen instantiate the implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/AsmParser')
| -rw-r--r-- | lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index bc711dc..437147c 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -257,10 +257,6 @@ public: SmallVectorImpl<MCParsedAsmOperand*> &Operands); bool ParseDirective(AsmToken DirectiveID); - bool mnemonicIsValid(StringRef Mnemonic) { - return mnemonicIsValidImpl(Mnemonic); - } - unsigned checkTargetMatchPredicate(MCInst &Inst); bool MatchAndEmitInstruction(SMLoc IDLoc, |
