aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/TypeSymbolTable.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-12 21:56:48 +0000
committerDan Gohman <gohman@apple.com>2009-09-12 21:56:48 +0000
commit349a2ebbb382917bc368ef3b11b9e288c8a1b00c (patch)
tree50426e3e81f8d1ffc373c03fcd9908dc230b42f2 /lib/VMCore/TypeSymbolTable.cpp
parentd624154034e0a6d861ecbcfa297c10f7a178183a (diff)
downloadexternal_llvm-349a2ebbb382917bc368ef3b11b9e288c8a1b00c.zip
external_llvm-349a2ebbb382917bc368ef3b11b9e288c8a1b00c.tar.gz
external_llvm-349a2ebbb382917bc368ef3b11b9e288c8a1b00c.tar.bz2
Fix the build when DEBUG_SYMBOL_TABLE is set.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81633 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/TypeSymbolTable.cpp')
-rw-r--r--lib/VMCore/TypeSymbolTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VMCore/TypeSymbolTable.cpp b/lib/VMCore/TypeSymbolTable.cpp
index eba2e00..f31ea66 100644
--- a/lib/VMCore/TypeSymbolTable.cpp
+++ b/lib/VMCore/TypeSymbolTable.cpp
@@ -79,7 +79,7 @@ Type* TypeSymbolTable::remove(iterator Entry) {
#if DEBUG_SYMBOL_TABLE
dump();
- errs() << " Removing Value: " << Result->getName() << "\n";
+ errs() << " Removing Value: " << Result->getDescription() << "\n";
#endif
tmap.erase(Entry);