[PM] Add a definition for the static PassID in the CallGraphAnalysis.
[oota-llvm.git] / lib / Analysis / IPA / CallGraph.cpp
index de8164cc2dbd5e269305043827aa03ec3502d95d..87369fb6bd4cf6a3717fe7e6bc707c00921bdbd2 100644 (file)
@@ -236,6 +236,12 @@ void CallGraphNode::replaceCallEdge(CallSite CS,
   }
 }
 
+//===----------------------------------------------------------------------===//
+// Out-of-line definitions of CallGraphAnalysis class members.
+//
+
+char CallGraphAnalysis::PassID;
+
 //===----------------------------------------------------------------------===//
 // Implementations of the CallGraphWrapperPass class methods.
 //