Add support for variable argument functions!
[oota-llvm.git] / lib / Analysis / IPA / FindUnsafePointerTypes.cpp
index 425c154ecf7514b2860866624308f38021b7367b..5d9745cd7a4778142ef9ecab90f3743c69919fb5 100644 (file)
@@ -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