mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 04:55:50 +00:00
Don't execute dump unless NDEBUG isn't defined.
llvm-svn: 42280
This commit is contained in:
parent
f6cb4c3d65
commit
9390abcf16
@ -1185,7 +1185,9 @@ bool Andersens::Node::intersectsIgnoring(Node *N, unsigned Ignoring) const {
|
||||
}
|
||||
|
||||
void dumpToDOUT(SparseBitVector<> *bitmap) {
|
||||
#ifndef NDEBUG
|
||||
dump(*bitmap, DOUT);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user