mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
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:
parent
47b6f84736
commit
5057b00faf
@ -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.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user