diff options
author | Nikita Popov <npopov@redhat.com> | 2022-01-11 12:34:11 +0100 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2022-01-17 09:23:51 +0100 |
commit | 00b77d917cd8e062b93e080f35cfd5aa15348f31 (patch) | |
tree | 5cd5685530dff12ce36cd456a490895cff0476eb /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 4b22ffe0b96ab962ff454d22b8f2170c7d26b452 (diff) | |
download | llvm-00b77d917cd8e062b93e080f35cfd5aa15348f31.zip llvm-00b77d917cd8e062b93e080f35cfd5aa15348f31.tar.gz llvm-00b77d917cd8e062b93e080f35cfd5aa15348f31.tar.bz2 |
[DSE] Remove alloc function check in canSkipDef()
canSkipDef() currently skips inaccessiblememonly calls, but not
if they are allocation functions. This check was added in D103009,
but actually seems to be a leftover from a previous implementation
in D101440. canSkipDef() is not used on the storeIsNoop() path,
where the relevant transform ended up being implemented.
Differential Revision: https://reviews.llvm.org/D117005
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions