Remove JMP64pcrel32 (jmpq ). There are no tests for it. I'm pretty sure it won't...
authorCraig Topper <craig.topper@gmail.com>
Sat, 4 Jan 2014 05:09:27 +0000 (05:09 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 4 Jan 2014 05:09:27 +0000 (05:09 +0000)
commit030ceadd69220af926d83857a353e82a2891c380
tree2897c6f91a224f66be3f9b0a538c2c7868945a87
parent15b3169062dc90a7ce263c0fec98511c957c1083
Remove JMP64pcrel32 (jmpq ). There are no tests for it. I'm pretty sure it won't be emitted correctly since it was set to NoImm. And I can't prove that gas accepts 'jmpq' with an immediate either. Remove the special case for it from the disassembler table generator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198475 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrControl.td
utils/TableGen/X86RecognizableInstr.cpp