aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/GRCoreEngine.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-05-09 00:44:07 +0000
committerTed Kremenek <kremenek@apple.com>2009-05-09 00:44:07 +0000
commit80c24182549f45b9b3aa1cec1e547e8c4c09179b (patch)
treeb598680e10434be75f1afe253e0a4973374e43ca /lib/Analysis/GRCoreEngine.cpp
parent369de565a7d710ba9c672a488d48f6c6ea3f39ad (diff)
More hacking on autorelease errors. We now can emit basic errors (disabled for
now until ready). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/GRCoreEngine.cpp')
-rw-r--r--lib/Analysis/GRCoreEngine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/GRCoreEngine.cpp b/lib/Analysis/GRCoreEngine.cpp
index c75fd9ace1..ff7b548bc0 100644
--- a/lib/Analysis/GRCoreEngine.cpp
+++ b/lib/Analysis/GRCoreEngine.cpp
@@ -568,7 +568,6 @@ GREndPathNodeBuilderImpl::generateNodeImpl(const void* State,
Node->addPredecessor(P ? P : Pred);
if (IsNew) {
- Node->markAsSink();
Eng.G->addEndOfPath(Node);
return Node;
}