Fix stale comment.

llvm-svn: 98160
This commit is contained in:
Ted Kremenek 2010-03-10 16:38:41 +00:00
parent ddce4a3d0f
commit 2ce82b2323
1 changed files with 1 additions and 1 deletions

View File

@ -1868,7 +1868,7 @@ Store RegionStoreManager::RemoveDeadBindings(Store store, Stmt* Loc,
for (RegionBindings::iterator I = B.begin(), E = B.end(); I != E; ++I) {
const BindingKey &K = I.getKey();
// If the cluster has been marked null, we know the region has been marked.
// If the cluster has been visited, we know the region has been marked.
if (W.isVisited(K.getRegion()))
continue;