In the perhaps not-to-distant future, we might support gep instructions that
authorChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2004 20:44:05 +0000 (20:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 4 Apr 2004 20:44:05 +0000 (20:44 +0000)
commit97220b7338f0931d748ed1da8c006f47e4a30798
tree016c1b224ff1e4b52b60eb669bb423a5bd337a7d
parent702a8a070f73a966da6ecb162f1b85fd98c5ed7e
In the perhaps not-to-distant future, we might support gep instructions that
have non-long indices for sequential types.  In order to avoid trying to figure
out how the v9 backend works, we'll just hack it in the preselection pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12647 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9PreSelection.cpp