Since ARM emits inline jump tables as part of the ConstantIsland pass,
authorJim Grosbach <grosbach@apple.com>
Mon, 19 Jul 2010 17:18:28 +0000 (17:18 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 19 Jul 2010 17:18:28 +0000 (17:18 +0000)
commit0bb9895a78368a75a3bfe2cb54ac6953b990515a
tree0eb81217436d10402af72daf38062895305b0535
parentcf95eccebaef8439cc4f5364202ae14ef5d5a77b
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. PR7499.

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