[llvm-commits] CVS: llvm/lib/Analysis/IPA/FindUsedTypes.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 23 19:08:00 PDT 2002


Changes in directory llvm/lib/Analysis/IPA:

FindUsedTypes.cpp updated: 1.16 -> 1.17

---
Log message:

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


---
Diffs of the changes:

Index: llvm/lib/Analysis/IPA/FindUsedTypes.cpp
diff -u llvm/lib/Analysis/IPA/FindUsedTypes.cpp:1.16 llvm/lib/Analysis/IPA/FindUsedTypes.cpp:1.17
--- llvm/lib/Analysis/IPA/FindUsedTypes.cpp:1.16	Wed Aug 21 12:09:41 2002
+++ llvm/lib/Analysis/IPA/FindUsedTypes.cpp	Mon Sep 23 19:07:21 2002
@@ -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.
 //





More information about the llvm-commits mailing list