In emitting code for a GEP instr, iterate over GEPTypes because there is one
authorMisha Brukman <brukman+llvm@gmail.com>
Thu, 24 Jun 2004 21:54:47 +0000 (21:54 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Thu, 24 Jun 2004 21:54:47 +0000 (21:54 +0000)
commit98649d17966f3c32d2f67c16ec2a6183748bb243
tree2b27d270d622e4610de9fb8fcea382e3f400be4c
parent5b636315a95c812ab10d91c020da5046de05e5fe
In emitting code for a GEP instr, iterate over GEPTypes because there is one
more operand in GEPOps than there are types in GEPTypes: the pointer that is the
first operand of the GEP instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14375 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPC32ISelSimple.cpp
lib/Target/PowerPC/PowerPCISelSimple.cpp