mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-14 13:57:51 +00:00
Remove unnecessary stirng comparison from disassembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e625100c6a
commit
d4e0bc4316
@ -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…
x
Reference in New Issue
Block a user