summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/IPA/CallGraph.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-21 17:09:49 +0000
committerChris Lattner <sabre@nondot.org>2002-08-21 17:09:49 +0000
commit1a386b6a7355d63cd6bd418953e0adb4cd391bc3 (patch)
tree2bc96ddb4a01c091ffe882610657593439f4fa35 /llvm/lib/Analysis/IPA/CallGraph.cpp
parentc869ecbe42e7b985b8cfb3f8d9d7db31b5912234 (diff)
downloadbcm5719-llvm-1a386b6a7355d63cd6bd418953e0adb4cd391bc3.tar.gz
bcm5719-llvm-1a386b6a7355d63cd6bd418953e0adb4cd391bc3.zip
- Do not expose ::ID from any of the analyses anymore.
llvm-svn: 3417
Diffstat (limited to 'llvm/lib/Analysis/IPA/CallGraph.cpp')
-rw-r--r--llvm/lib/Analysis/IPA/CallGraph.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IPA/CallGraph.cpp b/llvm/lib/Analysis/IPA/CallGraph.cpp
index 709c1942f63..5c4b5d81f7e 100644
--- a/llvm/lib/Analysis/IPA/CallGraph.cpp
+++ b/llvm/lib/Analysis/IPA/CallGraph.cpp
@@ -46,7 +46,6 @@
#include <algorithm>
static RegisterAnalysis<CallGraph> X("callgraph", "Call Graph Construction");
-AnalysisID CallGraph::ID = X;
// getNodeFor - Return the node for the specified function or create one if it
// does not already exist.
OpenPOWER on IntegriCloud