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
This commit is contained in:
Chris Lattner 2002-09-24 00:07:21 +00:00
parent 47b6f84736
commit 5057b00faf

View File

@ -14,6 +14,9 @@
static RegisterAnalysis<FindUsedTypes>
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.
//