mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-12 05:40:30 +00:00
Fix release build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4647 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2c8b1f6fc6
commit
1fa48e9d32
@ -72,10 +72,8 @@ public:
|
||||
DSNode(const DSNode &);
|
||||
|
||||
~DSNode() {
|
||||
#ifndef NDEBUG
|
||||
dropAllReferences(); // Only needed to satisfy assertion checks...
|
||||
dropAllReferences();
|
||||
assert(Referrers.empty() && "Referrers to dead node exist!");
|
||||
#endif
|
||||
}
|
||||
|
||||
// Iterator for graph interface...
|
||||
|
@ -72,10 +72,8 @@ public:
|
||||
DSNode(const DSNode &);
|
||||
|
||||
~DSNode() {
|
||||
#ifndef NDEBUG
|
||||
dropAllReferences(); // Only needed to satisfy assertion checks...
|
||||
dropAllReferences();
|
||||
assert(Referrers.empty() && "Referrers to dead node exist!");
|
||||
#endif
|
||||
}
|
||||
|
||||
// Iterator for graph interface...
|
||||
|
Loading…
x
Reference in New Issue
Block a user