PIC jump table entries are always 32-bit. This fixes PIC jump table support on X86-64.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 24 Sep 2006 05:22:38 +0000 (05:22 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 24 Sep 2006 05:22:38 +0000 (05:22 +0000)
commit2ae5b87996dca039d0721f1c463835f726979030
tree552c9be1a82d1d2e128e81b71886124b1ce1aaa7
parentb156afb79106ad53c61408d5037feb7d8128359a
PIC jump table entries are always 32-bit. This fixes PIC jump table support on X86-64.

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