Skip to content

Commit 870a734

Browse files
committed
Fix function name
1 parent bf44593 commit 870a734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ static int getInstructionIDWithAttrMask(uint16_t *instructionID,
11371137
static bool isNFnotMap4(InternalInstruction *insn) {
11381138
// Promoted BMI instrs below has nf version.
11391139
if (insn->opcodeType == THREEBYTE_38 &&
1140-
ppFromXOP3of3(insn->vectorExtensionPrefix[2]) == VEX_PREFIX_NONE) {
1140+
ppFromEVEX3of4(insn->vectorExtensionPrefix[2]) == VEX_PREFIX_NONE) {
11411141
switch (insn->opcode) {
11421142
case 0xf2: // ANDN
11431143
case 0xf3: // BLSI, BLSR, BLSMSK

0 commit comments

Comments
 (0)