forked from OSchip/llvm-project
Remove unnecessary stirng comparison from disassembler.
llvm-svn: 198325
This commit is contained in:
parent
9dd48c8ed4
commit
a941d2b08e
|
@ -277,7 +277,6 @@ RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
|
|||
}
|
||||
// FIXME: These instructions aren't marked as 64-bit in any way
|
||||
Is64Bit |= Rec->getName() == "JMP64pcrel32" ||
|
||||
Rec->getName() == "MASKMOVDQU64" ||
|
||||
Rec->getName() == "POPFS64" ||
|
||||
Rec->getName() == "POPGS64" ||
|
||||
Rec->getName() == "PUSHFS64" ||
|
||||
|
|
Loading…
Reference in New Issue