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)
commit1da8582322c3af21c9d2bdf66909c1029e70782e
treec2ef64e4bc3333e20bfcbb2ed364752a8ff0d65d
parenteb68f6a9de3c782e93321e48422b4ac2b4f9a6be
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.

llvm-svn: 198475
llvm/lib/Target/X86/X86InstrControl.td
llvm/utils/TableGen/X86RecognizableInstr.cpp