mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Fix the name of a variable to match its declaration. Fixes build failure from r177014.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9d3f3c5f40
commit
fdf168fbc4
@ -1034,7 +1034,7 @@ void Emitter<CodeEmitter>::emitVEXOpcodePrefix(uint64_t TSFlags,
|
|||||||
if (HasVEX_4V)
|
if (HasVEX_4V)
|
||||||
VEX_4V = getVEXRegisterEncoding(MI, CurOp++);
|
VEX_4V = getVEXRegisterEncoding(MI, CurOp++);
|
||||||
|
|
||||||
if (MemOp4) // Skip second register source (encoded in I8IMM)
|
if (HasMemOp4) // Skip second register source (encoded in I8IMM)
|
||||||
CurOp++;
|
CurOp++;
|
||||||
|
|
||||||
if (X86II::isX86_64ExtendedReg(MI.getOperand(CurOp).getReg()))
|
if (X86II::isX86_64ExtendedReg(MI.getOperand(CurOp).getReg()))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user