[PM] Add a definition for the static PassID in the CallGraphAnalysis.

Missed this when adding the skeleton analysis. Caught by a build break
in the next patch I'm working on when trying to use the analysis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198556 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2014-01-05 10:38:52 +00:00
parent a2a28517f1
commit 5c1c0bd714

View 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.
//