summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore
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
commit07b5c40ed8a1ee912aabd196e7c54d97bc5a5149 (patch)
tree5cb408e549846d6dde97f6d374476b1152902802 /llvm/lib/VMCore
parent3d2c91403c144909a68ca789db8841ca7814518b (diff)
downloadbcm5719-llvm-07b5c40ed8a1ee912aabd196e7c54d97bc5a5149.tar.gz
bcm5719-llvm-07b5c40ed8a1ee912aabd196e7c54d97bc5a5149.zip
Fix the build when DEBUG_SYMBOL_TABLE is set.
llvm-svn: 81633
Diffstat (limited to 'llvm/lib/VMCore')
-rw-r--r--llvm/lib/VMCore/TypeSymbolTable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/TypeSymbolTable.cpp b/llvm/lib/VMCore/TypeSymbolTable.cpp
index eba2e00c2ae..f31ea6693e0 100644
--- a/llvm/lib/VMCore/TypeSymbolTable.cpp
+++ b/llvm/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);
OpenPOWER on IntegriCloud