[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the pointee...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 30 Mar 2015 21:41:43 +0000 (21:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 30 Mar 2015 21:41:43 +0000 (21:41 +0000)
This pushes the use of PointerType::getElementType up into several
callers - I'll essentially just have to keep pushing that up the stack
until I can eliminate every call to it...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233604 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found