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 | 546b027b3ee0ed3a8c5e551a7e13fc8a1775ede9 (patch) | |
tree | 6bd9460480d9f6d865af753d8dbc2a083caf6413 /lib/Analysis/LoopInfo.cpp | |
parent | 044f9087915168efb7ab4faf3a1a1ca6b1ca4a82 (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/LoopInfo.cpp')
-rw-r--r-- | lib/Analysis/LoopInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp index 8988877dc4..a2f2ccec5d 100644 --- a/lib/Analysis/LoopInfo.cpp +++ b/lib/Analysis/LoopInfo.cpp @@ -16,7 +16,6 @@ static RegisterAnalysis<LoopInfo> X("loops", "Natural Loop Construction", true); -AnalysisID LoopInfo::ID = X; //===----------------------------------------------------------------------===// // Loop implementation |