From 8ef3cda3983842531d09e3ef7b445141b626677c Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 5 Aug 2015 21:04:31 +0000 Subject: [PM] Remove a failed attempt to port the CallGraph analysis to the new pass manager. This never worked, and won't ever work. It was actually why I ended up building the LazyCallGraph set of code which is more more effectively wired up to the new pass manager. This accidentally got committed when I was trying to land a cleanup of the code organization in the other parts of this file. =[ My bad, but fortunately Dave was keen eyed enough to spot that this code couldn't possibly work. =] llvm-svn: 244127 --- llvm/lib/Analysis/IPA/CallGraph.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'llvm/lib') diff --git a/llvm/lib/Analysis/IPA/CallGraph.cpp b/llvm/lib/Analysis/IPA/CallGraph.cpp index 9d37748bff2..46c044a3843 100644 --- a/llvm/lib/Analysis/IPA/CallGraph.cpp +++ b/llvm/lib/Analysis/IPA/CallGraph.cpp @@ -252,12 +252,6 @@ void CallGraphNode::replaceCallEdge(CallSite CS, } } -//===----------------------------------------------------------------------===// -// Out-of-line definitions of CallGraphAnalysis class members. -// - -char CallGraphAnalysis::PassID; - //===----------------------------------------------------------------------===// // Implementations of the CallGraphWrapperPass class methods. // -- cgit v1.2.3