1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 fba5394cf3
commit 34d9c4ec10

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