]> granicus.if.org Git - llvm/commit
[opaque pointer types] Pass function type for CallBase::setCalledFunction.
authorJames Y Knight <jyknight@google.com>
Fri, 1 Feb 2019 20:44:54 +0000 (20:44 +0000)
committerJames Y Knight <jyknight@google.com>
Fri, 1 Feb 2019 20:44:54 +0000 (20:44 +0000)
commit3641e513697ded5b996102e6f31c51d62a7362c0
tree7a97b4af9fa8a8b3e10cf58d91eb89c55ff2e2a3
parent3bab951f0f5b7eb009746b4925255845f55e746d
[opaque pointer types] Pass function type for CallBase::setCalledFunction.

Differential Revision: https://reviews.llvm.org/D57174

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352914 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/CallSite.h
include/llvm/IR/InstrTypes.h
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/ObjCARC/ObjCARCContract.cpp
lib/Transforms/ObjCARC/ObjCARCOpts.cpp
lib/Transforms/Utils/CallPromotionUtils.cpp