Emit pic jumptables to the same section that the function is emitted to,
authorChris Lattner <sabre@nondot.org>
Thu, 5 Oct 2006 03:13:28 +0000 (03:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Oct 2006 03:13:28 +0000 (03:13 +0000)
commite08d6e915eba62bacc4441b3d4b24bbed67cd6a0
tree3192ea59e343235b4a1d5b932c385239eb2cddb3
parent460b8bd15457469ecd62b581a275d2101648d0fb
Emit pic jumptables to the same section that the function is emitted to,
allowing label differences to work.  This fixes CodeGen/X86/pic_jumptable.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30744 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter.cpp