Since ARM emits inline jump tables as part of the ConstantIsland pass,
authorJim Grosbach <grosbach@apple.com>
Mon, 19 Jul 2010 17:20:38 +0000 (17:20 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 19 Jul 2010 17:20:38 +0000 (17:20 +0000)
commite1102caf86c8e09387ac7ee83aae4e69d2d35fc4
tree0eb81217436d10402af72daf38062895305b0535
parent350afb16ecab216d5ea887b93112b24ba87ececb
Since ARM emits inline jump tables as part of the ConstantIsland pass,
it should set the jump table encloding the EK_Inline. This prevents
a second, unused, copy of the table from being emitted after the function
body. PR6581.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108730 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h