Make users of FindUsedTypes not have problems with linkage. This fixes

Cwriter.

llvm-svn: 3900
This commit is contained in:
Chris Lattner 2002-09-24 00:07:21 +00:00
parent fc75a8552d
commit c952e4558b
1 changed files with 3 additions and 0 deletions

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.
//