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/IPA/FindUnsafePointerTypes.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/IPA/FindUnsafePointerTypes.cpp')
-rw-r--r-- | lib/Analysis/IPA/FindUnsafePointerTypes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/IPA/FindUnsafePointerTypes.cpp b/lib/Analysis/IPA/FindUnsafePointerTypes.cpp index 425c154ecf..5d9745cd7a 100644 --- a/lib/Analysis/IPA/FindUnsafePointerTypes.cpp +++ b/lib/Analysis/IPA/FindUnsafePointerTypes.cpp @@ -25,7 +25,6 @@ static RegisterAnalysis<FindUnsafePointerTypes> X("unsafepointertypes", "Find Unsafe Pointer Types"); -AnalysisID FindUnsafePointerTypes::ID = X; // Provide a command line option to turn on printing of which instructions cause // a type to become invalid |