[DSE] Remove commented-out InvisibleToCallerBeforeRet. (NFC)
authorFlorian Hahn <flo@fhahn.com>
Mon, 17 Jan 2022 13:59:13 +0000 (13:59 +0000)
committerFlorian Hahn <flo@fhahn.com>
Mon, 17 Jan 2022 13:59:13 +0000 (13:59 +0000)
This code was is a leftover from earlier changes and should be removed.

llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp

index c18f33a..2003918 100644 (file)
@@ -758,7 +758,6 @@ struct DSEState {
   SmallPtrSet<MemoryAccess *, 4> SkipStores;
   // Keep track of all of the objects that are invisible to the caller before
   // the function returns.
-  // SmallPtrSet<const Value *, 16> InvisibleToCallerBeforeRet;
   DenseMap<const Value *, bool> InvisibleToCallerBeforeRet;
   // Keep track of all of the objects that are invisible to the caller after
   // the function returns.