forked from OSchip/llvm-project
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
definition did. The last part of PR14324. llvm-svn: 168363
This commit is contained in:
parent
b7915f7fbf
commit
97f2e8f4ea
|
@ -181,7 +181,7 @@ public:
|
|||
return Queue.begin() + idx;
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
void dump();
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue