Implement support for long GEP indices on 32-bit archs and support for
authorChris Lattner <sabre@nondot.org>
Fri, 7 Jan 2005 21:56:57 +0000 (21:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Jan 2005 21:56:57 +0000 (21:56 +0000)
commit7cc4777a263f6a52877d29201311fde5f6edb632
tree225ebd28ffc14b065f9219766a0b04766845036a
parentfd8c39b77331fbb6f994665b45eba1b2cc6ced6d
Implement support for long GEP indices on 32-bit archs and support for
int GEP indices on 64-bit archs.

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