Remove JMP64pcrel32 (jmpq ). There are no tests for it. I'm pretty sure it won't...
[oota-llvm.git] / utils / TableGen / X86RecognizableInstr.cpp
index 1198e5a9779a111131d66a5f6bf122d814741730..2fa5a127a233b0efae0ef59986f5e98bdbf741e0 100644 (file)
@@ -275,8 +275,7 @@ RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
     }
   }
   // FIXME: These instructions aren't marked as 64-bit in any way
-  Is64Bit |= Rec->getName() == "JMP64pcrel32" ||
-             Rec->getName().find("MOV64") != Name.npos ||
+  Is64Bit |= Rec->getName().find("MOV64") != Name.npos ||
              Rec->getName().find("PUSH64") != Name.npos ||
              Rec->getName().find("POP64") != Name.npos;