aboutsummaryrefslogtreecommitdiff
path: root/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
commit546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9 (patch)
tree6bd9460480d9f6d865af753d8dbc2a083caf6413 /lib/Analysis/IPA/CallGraph.cpp
parent044f9087915168efb7ab4faf3a1a1ca6b1ca4a82 (diff)
- Do not expose ::ID from any of the analyses anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/IPA/CallGraph.cpp')
-rw-r--r--lib/Analysis/IPA/CallGraph.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/CallGraph.cpp b/lib/Analysis/IPA/CallGraph.cpp
index 709c1942f6..5c4b5d81f7 100644
--- a/lib/Analysis/IPA/CallGraph.cpp
+++ b/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.