]> granicus.if.org Git - clang/commit
[opaque pointer type] Explicitly specify some types for GEP
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 3 Apr 2015 22:54:16 +0000 (22:54 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 3 Apr 2015 22:54:16 +0000 (22:54 +0000)
commita64e5a23e31e83b76506cd0e81c10e29fd80277e
tree6097d1acaabe3ddf65aef44bd0a9fffa308b9924
parent7c98155813e09227aab3b5f08479a322b935a8ba
[opaque pointer type] Explicitly specify some types for GEP

Not all of them (there's still a fallback for this specific function
that omits the type parameter) but it's some I bothered to do now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234063 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCall.cpp