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
This commit is contained in:
Dan Gohman 2009-09-12 21:56:48 +00:00
parent d624154034
commit 349a2ebbb3

View File

@ -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);