diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-21 17:09:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-21 17:09:45 +0000 |
commit | 044f9087915168efb7ab4faf3a1a1ca6b1ca4a82 (patch) | |
tree | 744ad8cfae73711c2f3c46a0bf25152ec0097d9d /lib/Analysis/DataStructure/BottomUpClosure.cpp | |
parent | 607ace696b17036a7f23e4c1936b7ed2e87d3647 (diff) |
- Do not expose ::ID from any of the analyses anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/DataStructure/BottomUpClosure.cpp')
-rw-r--r-- | lib/Analysis/DataStructure/BottomUpClosure.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/DataStructure/BottomUpClosure.cpp b/lib/Analysis/DataStructure/BottomUpClosure.cpp index 2d2a182a4f..2ab97442d1 100644 --- a/lib/Analysis/DataStructure/BottomUpClosure.cpp +++ b/lib/Analysis/DataStructure/BottomUpClosure.cpp @@ -16,7 +16,6 @@ using std::map; static RegisterAnalysis<BUDataStructures> X("budatastructure", "Bottom-up Data Structure Analysis Closure"); -AnalysisID BUDataStructures::ID = X; // releaseMemory - If the pass pipeline is done with this pass, we can release // our memory... here... |