]> granicus.if.org Git - clang/commitdiff
Update comment.
authorTed Kremenek <kremenek@apple.com>
Thu, 4 Dec 2008 02:06:04 +0000 (02:06 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 4 Dec 2008 02:06:04 +0000 (02:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60520 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/BasicStore.cpp

index e98975d6376f649f8d8ad1b50f99fa6509e0ded4..963254ed5cb2f20b1847669815dad4fddd12fe9f 100644 (file)
@@ -79,6 +79,9 @@ public:
     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);