From: Chris Lattner Date: Tue, 24 Sep 2002 00:07:21 +0000 (+0000) Subject: Make users of FindUsedTypes not have problems with linkage. This fixes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5057b00fafa930756c10e033f1a4406de4b21f83;p=oota-llvm.git Make users of FindUsedTypes not have problems with linkage. This fixes Cwriter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3900 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/IPA/FindUsedTypes.cpp b/lib/Analysis/IPA/FindUsedTypes.cpp index 6bd79f25fee..0916ab8c65f 100644 --- a/lib/Analysis/IPA/FindUsedTypes.cpp +++ b/lib/Analysis/IPA/FindUsedTypes.cpp @@ -14,6 +14,9 @@ static RegisterAnalysis X("printusedtypes", "Find Used Types"); +// stub to help linkage +void FindUsedTypes::stub() {} + // IncorporateType - Incorporate one type and all of its subtypes into the // collection of used types. //