diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-21 17:09:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-21 17:09:49 +0000 |
commit | 1a386b6a7355d63cd6bd418953e0adb4cd391bc3 (patch) | |
tree | 2bc96ddb4a01c091ffe882610657593439f4fa35 /llvm/lib/Analysis/IPA/CallGraph.cpp | |
parent | c869ecbe42e7b985b8cfb3f8d9d7db31b5912234 (diff) | |
download | bcm5719-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.cpp | 1 |
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. |