diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2021-11-20 23:17:41 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-11-20 23:20:12 +0100 |
commit | aeba28bc62442f4d3a29cc189fd68fca48ee0612 (patch) | |
tree | d02eff9afb5a7a9ef3f2e900671838613f7f3811 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | fefe20b99313d6b0738806d1504652c3b7edb9e0 (diff) | |
download | llvm-aeba28bc62442f4d3a29cc189fd68fca48ee0612.zip llvm-aeba28bc62442f4d3a29cc189fd68fca48ee0612.tar.gz llvm-aeba28bc62442f4d3a29cc189fd68fca48ee0612.tar.bz2 |
[DSE] Drop hasAnalyzableMemoryWrite() (NFCI)
The functionality of hasAnalyzableMemoryWrite() is effectively
subsumed by getLocForWriteEx(), which will return None if the
instruction is not analyzable. The implementations don't match
exactly (e.g. getLocForWriteEx() does not limit non-calls to
stores), but in conjunction with the isRemovable() check, it ends
up being the same.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions