Add support for variable argument functions!
[oota-llvm.git] / lib / Analysis / IPA / FindUsedTypes.cpp
index 6f12612c4efe76902f1204b2647f1e770bd74832..0916ab8c65f2a5cd427331bd11646a0dfe20871c 100644 (file)
@@ -13,7 +13,9 @@
 
 static RegisterAnalysis<FindUsedTypes>
 X("printusedtypes", "Find Used Types");
-AnalysisID FindUsedTypes::ID = X;
+
+// stub to help linkage
+void FindUsedTypes::stub() {}
 
 // IncorporateType - Incorporate one type and all of its subtypes into the
 // collection of used types.