mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 19:35:54 +00:00
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
definition did. The last part of PR14324. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168363 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a902d0ae7
commit
638d2d74bc
@ -181,7 +181,7 @@ public:
|
||||
return Queue.begin() + idx;
|
||||
}
|
||||
|
||||
#ifndef NDEBUG
|
||||
#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
|
||||
void dump();
|
||||
#endif
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user