diff options
author | Craig Topper <craig.topper@gmail.com> | 2014-01-02 17:41:40 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2014-01-02 17:41:40 +0000 |
commit | a941d2b08eb38304cb9a112d9d22fe69388f10d6 (patch) | |
tree | 1e121fcbaf50f30af97e016e2177c4fc330d1e28 /llvm/utils/TableGen/X86RecognizableInstr.cpp | |
parent | 9dd48c8ed47728ea35a225f4da793ba3af683f5c (diff) | |
download | bcm5719-llvm-a941d2b08eb38304cb9a112d9d22fe69388f10d6.tar.gz bcm5719-llvm-a941d2b08eb38304cb9a112d9d22fe69388f10d6.zip |
Remove unnecessary stirng comparison from disassembler.
llvm-svn: 198325
Diffstat (limited to 'llvm/utils/TableGen/X86RecognizableInstr.cpp')
-rw-r--r-- | llvm/utils/TableGen/X86RecognizableInstr.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/X86RecognizableInstr.cpp b/llvm/utils/TableGen/X86RecognizableInstr.cpp index a4157d97250..6ae7c3820e4 100644 --- a/llvm/utils/TableGen/X86RecognizableInstr.cpp +++ b/llvm/utils/TableGen/X86RecognizableInstr.cpp @@ -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" || |