Fix LowerJumpTable to produce instructions with the correct relocation
authorAkira Hatanaka <ahatanaka@mips.com>
Wed, 4 Apr 2012 18:31:32 +0000 (18:31 +0000)
committerAkira Hatanaka <ahatanaka@mips.com>
Wed, 4 Apr 2012 18:31:32 +0000 (18:31 +0000)
commitc75ceb7809954891226fcdcf80256a101a08b723
tree556b525c4420e2891998fdd0431fafd22df9b4bd
parent86a27330553cc51f72917aa256bc6cf14c210432
Fix LowerJumpTable to produce instructions with the correct relocation
types for N32 ABI. Test case will be updated after the patch that fixes
TargetLowering::getPICJumpTableRelocBase is checked in.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154036 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp