[DSE] Remove commented-out InvisibleToCallerBeforeRet. (NFC)

This code was is a leftover from earlier changes and should be removed.
This commit is contained in:
Florian Hahn 2022-01-17 13:59:13 +00:00
parent 7037d110fa
commit aa7f0e6a55
No known key found for this signature in database
GPG Key ID: EEF712BB5E80EBBA
1 changed files with 0 additions and 1 deletions

View 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.