[PM] Add a definition for the static PassID in the CallGraphAnalysis.
authorChandler Carruth <chandlerc@gmail.com>
Sun, 5 Jan 2014 10:38:52 +0000 (10:38 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 5 Jan 2014 10:38:52 +0000 (10:38 +0000)
commit5c1c0bd7142c57ae2291e2fbaa27fdb9595e808a
tree1e588b0058cccc7d40f828fd9e69d1a5fdcc7661
parenta2a28517f1d1fe41b6509e817f3e5a3a24c1bede
[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
lib/Analysis/IPA/CallGraph.cpp