X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FAnalysis%2FIPA%2FCallGraph.cpp;h=46c044a3843d473df91714a79f4966d5bfa7ecc0;hp=9d37748bff229cc82d7cfa64fb3d1b84e405224c;hb=bd4b424c12339e21b2fb7c1a1f4c2cf18fc350c2;hpb=a1cdcbb384fcf1a0332b3d8b7a9240e5c3ca5a14 diff --git a/lib/Analysis/IPA/CallGraph.cpp b/lib/Analysis/IPA/CallGraph.cpp index 9d37748bff2..46c044a3843 100644 --- a/lib/Analysis/IPA/CallGraph.cpp +++ b/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. //