mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 03:08:43 +00:00
Fix compile error when DEBUG_SYMBOL_TABLE is defined.
llvm-svn: 28537
This commit is contained in:
parent
631bd45185
commit
8a3a4fb0ba
@ -21,7 +21,7 @@
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
#define DEBUG_SYMBOL_TABLE 0
|
||||
#define DEBUG_SYMBOL_TABLE 1
|
||||
#define DEBUG_ABSTYPE 0
|
||||
|
||||
SymbolTable::~SymbolTable() {
|
||||
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user