diff options
Diffstat (limited to 'lib/Analysis/IPA/FindUnsafePointerTypes.cpp')
-rw-r--r-- | lib/Analysis/IPA/FindUnsafePointerTypes.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Analysis/IPA/FindUnsafePointerTypes.cpp b/lib/Analysis/IPA/FindUnsafePointerTypes.cpp index 1180766f15..2678fcf07d 100644 --- a/lib/Analysis/IPA/FindUnsafePointerTypes.cpp +++ b/lib/Analysis/IPA/FindUnsafePointerTypes.cpp @@ -23,6 +23,8 @@ #include "llvm/Support/InstIterator.h" #include "Support/CommandLine.h" +static RegisterAnalysis<FindUnsafePointerTypes> +X("unsafepointertypes", "Find Unsafe Pointer Types"); AnalysisID FindUnsafePointerTypes::ID(AnalysisID::create<FindUnsafePointerTypes>()); // Provide a command line option to turn on printing of which instructions cause |