* Add support for different "PassType's"
[oota-llvm.git] / lib / Analysis / IPA / FindUnsafePointerTypes.cpp
index 1180766f157a8491acf80ff3894cb278acc1f20b..2678fcf07d46e00eff339b87c5abcf1508d5c7e1 100644 (file)
@@ -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