diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-12 21:56:48 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-12 21:56:48 +0000 |
| commit | 07b5c40ed8a1ee912aabd196e7c54d97bc5a5149 (patch) | |
| tree | 5cb408e549846d6dde97f6d374476b1152902802 /llvm/lib | |
| parent | 3d2c91403c144909a68ca789db8841ca7814518b (diff) | |
| download | bcm5719-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')
| -rw-r--r-- | llvm/lib/VMCore/TypeSymbolTable.cpp | 2 |
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); |

