diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-04-07 22:21:03 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-04-07 22:21:03 +0000 |
commit | b72e59e3615c4f8a8ac272629511814000cde5e0 (patch) | |
tree | 477f602540cf71e659bd95aeb7354b1ed4c2a4df /lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp | |
parent | efd518e1fde69316ae3d860703848f329bd87262 (diff) |
Missed this one line for the previous checkin to fix build warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100697 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp')
-rw-r--r-- | lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp b/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp index fefdcefbf3..98bb6716c7 100644 --- a/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp +++ b/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp @@ -1127,7 +1127,6 @@ static bool DisassembleLdStFrm(MCInst &MI, unsigned Opcode, uint32_t insn, unsigned short NumOps, unsigned &NumOpsAdded, bool isStore) { const TargetInstrDesc &TID = ARMInsts[Opcode]; - unsigned short NumDefs = TID.getNumDefs(); bool isPrePost = isPrePostLdSt(TID.TSFlags); const TargetOperandInfo *OpInfo = TID.OpInfo; if (!OpInfo) return false; |