Remove redundant <cmath>.
[oota-llvm.git] / lib / VMCore / SymbolTable.cpp
index 3ac8ddfc6ad2c5e26a8ca81ff6b579773b77ba5c..b4f8a8820ed1ecb5b46a50c6dc5a1ae9c4b01718 100644 (file)
@@ -167,7 +167,7 @@ Type* SymbolTable::remove(type_iterator Entry) {
 
 #if DEBUG_SYMBOL_TABLE
   dump();
-  std::cerr << " Removing Value: " << Result->getName() << "\n";
+  std::cerr << " Removing type: " << Entry->first << "\n";
 #endif
 
   tmap.erase(Entry);