1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-12 07:37:34 +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:
Chris Lattner 2002-11-09 00:48:52 +00:00
parent 2c8b1f6fc6
commit 1fa48e9d32
2 changed files with 2 additions and 6 deletions
include/llvm/Analysis
DSNode.h
DataStructure

@ -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...