mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-09 05:57:23 +00:00
Fix compile error when DEBUG_SYMBOL_TABLE is defined.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28537 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74e032a4d4
commit
6ba568fabb
@ -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…
x
Reference in New Issue
Block a user