don't call getOffset() on jump tables, this fixes three failing olden benchmarks
authorChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 07:36:42 +0000 (07:36 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Sep 2009 07:36:42 +0000 (07:36 +0000)
commit47ad2d6e9702f572de4df1c0b2b66ef40fcda48c
treefd32c1bad751304afa8a767f444bcf3952f14e16
parent975d7e039260a9888050dfb6da865348d67fbb27
don't call getOffset() on jump tables, this fixes three failing olden benchmarks
with the new asmprinter.

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