summaryrefslogtreecommitdiff
path: root/lib/Analysis/IntervalPartition.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/IntervalPartition.cpp
parent044f9087915168efb7ab4faf3a1a1ca6b1ca4a82 (diff)
downloadllvm-546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9.tar.gz
llvm-546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9.tar.bz2
llvm-546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9.tar.xz
- 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/IntervalPartition.cpp')
-rw-r--r--lib/Analysis/IntervalPartition.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Analysis/IntervalPartition.cpp b/lib/Analysis/IntervalPartition.cpp
index f0ed32881e..72cf32d91d 100644
--- a/lib/Analysis/IntervalPartition.cpp
+++ b/lib/Analysis/IntervalPartition.cpp
@@ -13,8 +13,6 @@ using std::make_pair;
static RegisterAnalysis<IntervalPartition>
X("intervals", "Interval Partition Construction", true);
-AnalysisID IntervalPartition::ID = X;
-
//===----------------------------------------------------------------------===//
// IntervalPartition Implementation
//===----------------------------------------------------------------------===//