summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-09-24 22:57:55 +0000
committerChad Rosier <mcrosier@apple.com>2012-09-24 22:57:55 +0000
commit2590c2e1e9e2f2a7f28672c10c2df55566238dfa (patch)
treec459affcd39cfe1f3228dc54f1586c1ec4b781e5 /lib/Target/MBlaze
parentc9d0c7094183285a0c3da852d8ed513d2a459d6d (diff)
downloadllvm-2590c2e1e9e2f2a7f28672c10c2df55566238dfa.tar.gz
llvm-2590c2e1e9e2f2a7f28672c10c2df55566238dfa.tar.bz2
llvm-2590c2e1e9e2f2a7f28672c10c2df55566238dfa.tar.xz
Rather then have a wrapper function, have tblgen instantiate the implementation.
Also remove an unused argument. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MBlaze')
-rw-r--r--lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp b/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
index 40594030e5..9e22fd06d1 100644
--- a/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
+++ b/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
@@ -56,13 +56,6 @@ class MBlazeAsmParser : public MCTargetAsmParser {
/// }
- unsigned getMCInstOperandNum(unsigned Kind, MCInst &Inst,
- const SmallVectorImpl<MCParsedAsmOperand*> &Operands,
- unsigned OperandNum, unsigned &NumMCOperands) {
- return getMCInstOperandNumImpl(Kind, Inst, Operands, OperandNum,
- NumMCOperands);
- }
-
public:
MBlazeAsmParser(MCSubtargetInfo &_STI, MCAsmParser &_Parser)
: MCTargetAsmParser(), Parser(_Parser) {}