[cfe-commits] r60520 - /cfe/trunk/lib/Analysis/BasicStore.cpp
Ted Kremenek
kremenek at apple.com
Wed Dec 3 18:06:04 PST 2008
Author: kremenek
Date: Wed Dec 3 20:06:04 2008
New Revision: 60520
URL: http://llvm.org/viewvc/llvm-project?rev=60520&view=rev
Log:
Update comment.
Modified:
cfe/trunk/lib/Analysis/BasicStore.cpp
Modified: cfe/trunk/lib/Analysis/BasicStore.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Analysis/BasicStore.cpp?rev=60520&r1=60519&r2=60520&view=diff
==============================================================================
--- cfe/trunk/lib/Analysis/BasicStore.cpp (original)
+++ cfe/trunk/lib/Analysis/BasicStore.cpp Wed Dec 3 20:06:04 2008
@@ -79,6 +79,9 @@
return SelfRegion;
}
+ /// RemoveDeadBindings - Scans a BasicStore for dead values. It returns
+ /// a new Store with these values removed, and populates LSymbols and
+ /// DSymbols with the known set of live and dead symbols respectively.
Store RemoveDeadBindings(Store store, Stmt* Loc, const LiveVariables& Live,
llvm::SmallVectorImpl<const MemRegion*>& RegionRoots,
LiveSymbolsTy& LSymbols, DeadSymbolsTy& DSymbols);
More information about the cfe-commits
mailing list