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);


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to