Skip to content

Commit aa7f0e6

Browse files
committed
[DSE] Remove commented-out InvisibleToCallerBeforeRet. (NFC)
This code was is a leftover from earlier changes and should be removed.
1 parent 7037d11 commit aa7f0e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,6 @@ struct DSEState {
758758
SmallPtrSet<MemoryAccess *, 4> SkipStores;
759759
// Keep track of all of the objects that are invisible to the caller before
760760
// the function returns.
761-
// SmallPtrSet<const Value *, 16> InvisibleToCallerBeforeRet;
762761
DenseMap<const Value *, bool> InvisibleToCallerBeforeRet;
763762
// Keep track of all of the objects that are invisible to the caller after
764763
// the function returns.

0 commit comments

Comments
 (0)