diff options
Diffstat (limited to 'lib/Analysis/GRCoreEngine.cpp')
-rw-r--r-- | lib/Analysis/GRCoreEngine.cpp | 1 |
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; } |