[opaque pointer types] Push the passing of value types up from Function/GlobalVariabl...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 21 Aug 2015 21:35:28 +0000 (21:35 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 21 Aug 2015 21:35:28 +0000 (21:35 +0000)
commit7b1f1048e86ebf78bb2f04232261813077b541ae
tree7e0c5b9ad7da248f697b9d967d0dd097b3491db6
parent4294df4cebee381a74865a648fb4da7a10eaf828
[opaque pointer types] Push the passing of value types up from Function/GlobalVariable to GlobalObject

(coming next, pushing this up into GlobalValue, so it can store the
value type directly)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245742 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/GlobalObject.h
lib/IR/Function.cpp
lib/IR/Globals.cpp