Revert invalid r111792. Jump tables are not broken on x86-64 / coff,
authorAnton Korobeynikov <asl@math.spbu.ru>
Mon, 23 Aug 2010 07:38:51 +0000 (07:38 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Mon, 23 Aug 2010 07:38:51 +0000 (07:38 +0000)
commit4654a07e254b13d168e5470394c4d954cc260d03
treeba7e987325ccc1ae888837cfc19288c7d68f8bb0
parent69c59218dc97156a42cefd7a56e62b55b5f28544
Revert invalid r111792. Jump tables are not broken on x86-64 / coff,
it's COFF emitter which does not support differences of two symbols
(and needs to be fixed). GAS is pretty fine with code produced.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111801 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp