mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-14 15:33:34 +00:00
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
This commit is contained in:
parent
efd518e1fd
commit
b72e59e361
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user