]> granicus.if.org Git - clang/commit
Revert "[opaque pointer type] update for LLVM API change"
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 14 Sep 2015 18:02:04 +0000 (18:02 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 14 Sep 2015 18:02:04 +0000 (18:02 +0000)
commit865e98e8e728d4bf9b6e5ca95f75b99b0c59ebf6
tree983f7bcf8c250107f9db2d1245fe756eac423e81
parentc4c3e1f8440dbea1294cef9590454ab390259c8c
Revert "[opaque pointer type] update for LLVM API change"

This was the wrong direction to take anyway (because ultimately the
GlobalValue needed the pointee type again and /it/ used
PointerType::getElementType eventually anyway)... let's go a different way.

This reverts commit r236161.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247586 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGObjCGNU.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/ItaniumCXXABI.cpp
lib/CodeGen/MicrosoftCXXABI.cpp