Remove unnecessary stirng comparison from disassembler.

llvm-svn: 198325
This commit is contained in:
Craig Topper 2014-01-02 17:41:40 +00:00
parent 9dd48c8ed4
commit a941d2b08e
1 changed files with 0 additions and 1 deletions

View File

@ -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" ||