]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Remove unnecessary stirng comparison from disassembler.
authorCraig Topper <craig.topper@gmail.com>
Thu, 2 Jan 2014 17:41:40 +0000 (17:41 +0000)
committerCraig Topper <craig.topper@gmail.com>
Thu, 2 Jan 2014 17:41:40 +0000 (17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198325 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/X86RecognizableInstr.cpp

index a4157d972503d4413b06bc1073ef8dc48a258800..6ae7c3820e4d1d9660a6f7a8616b328d5707df3b 100644 (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" ||