From e51e03b3c649ed9419bd0e920c03ef9023ccee48 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Oct 2001 04:33:19 +0000 Subject: Initial version of GCC cleanup pass: just removes extraneous global symbol table entries for types git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1062 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/VMCore/AsmWriter.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/VMCore/AsmWriter.cpp') diff --git a/lib/VMCore/AsmWriter.cpp b/lib/VMCore/AsmWriter.cpp index a53e484..f2dc6be 100644 --- a/lib/VMCore/AsmWriter.cpp +++ b/lib/VMCore/AsmWriter.cpp @@ -218,6 +218,7 @@ static ostream &printTypeInt(ostream &Out, const Type *Ty, return Out << TypeName; } + // WriteTypeSymbolic - This attempts to write the specified type as a symbolic // type, iff there is an entry in the modules symbol table for the specified // type or one of it's component types. This is slower than a simple x << Type; -- cgit v1.1