remove CallGraphNode::replaceCallSite, it is redundant with other APIs.
authorChris Lattner <sabre@nondot.org>
Tue, 1 Sep 2009 18:52:39 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Sep 2009 18:52:39 +0000 (18:52 +0000)
commitda230cb876edf0d4fa8eefc289b8addfb722cd07
tree75ac862661a30fde82c4239a70ace5ffa9a53e66
parent8a3198b770c9fa7e8319a96bcbcfd85202342eef
remove CallGraphNode::replaceCallSite, it is redundant with other APIs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80708 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/CallGraph.h
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/CallGraphSCCPass.cpp
lib/Transforms/IPO/ArgumentPromotion.cpp
lib/Transforms/IPO/StructRetPromotion.cpp