aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/AsmWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-31 04:33:19 +0000
committerChris Lattner <sabre@nondot.org>2001-10-31 04:33:19 +0000
commite51e03b3c649ed9419bd0e920c03ef9023ccee48 (patch)
treec766a1f571a15bc3df11c1e9f4a250d7459e21ea /lib/VMCore/AsmWriter.cpp
parent2fa11445cdf8844531d8ff365ff743ca3fe480c7 (diff)
downloadexternal_llvm-e51e03b3c649ed9419bd0e920c03ef9023ccee48.zip
external_llvm-e51e03b3c649ed9419bd0e920c03ef9023ccee48.tar.gz
external_llvm-e51e03b3c649ed9419bd0e920c03ef9023ccee48.tar.bz2
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
Diffstat (limited to 'lib/VMCore/AsmWriter.cpp')
-rw-r--r--lib/VMCore/AsmWriter.cpp1
1 files changed, 1 insertions, 0 deletions
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;