mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 22:53:08 +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) {
|
void dumpToDOUT(SparseBitVector<> *bitmap) {
|
||||||
|
#ifndef NDEBUG
|
||||||
dump(*bitmap, DOUT);
|
dump(*bitmap, DOUT);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user