forked from OSchip/llvm-project
Fix the name of a variable to match its declaration. Fixes build failure from r177014.
llvm-svn: 177015
This commit is contained in:
parent
872999737d
commit
ba82429826
|
@ -1034,7 +1034,7 @@ void Emitter<CodeEmitter>::emitVEXOpcodePrefix(uint64_t TSFlags,
|
|||
if (HasVEX_4V)
|
||||
VEX_4V = getVEXRegisterEncoding(MI, CurOp++);
|
||||
|
||||
if (MemOp4) // Skip second register source (encoded in I8IMM)
|
||||
if (HasMemOp4) // Skip second register source (encoded in I8IMM)
|
||||
CurOp++;
|
||||
|
||||
if (X86II::isX86_64ExtendedReg(MI.getOperand(CurOp).getReg()))
|
||||
|
|
Loading…
Reference in New Issue