diff options
author | Nikita Popov <npopov@redhat.com> | 2022-06-08 10:00:31 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2022-06-21 14:24:13 +0200 |
commit | ed63fcb232b409310a33dcebe46f5f9c893223e3 (patch) | |
tree | e6852c76fe8d4dde781274684febfd95de4a38d4 /llvm/lib/Support/VirtualFileSystem.cpp | |
parent | f439b31971a755c19777ae2c6c4114c4d02a54dd (diff) | |
download | llvm-ed63fcb232b409310a33dcebe46f5f9c893223e3.zip llvm-ed63fcb232b409310a33dcebe46f5f9c893223e3.tar.gz llvm-ed63fcb232b409310a33dcebe46f5f9c893223e3.tar.bz2 |
[GlobalsModRef] Remove check for allocator calls
As the FIXME already indicates, I don't see why this code would be
necessary. If there's a call to an allocator function, that should
get treated just like any other function call -- usually it will be
a declaration and handled conservatively based on memory attributes
only. There should be no need to explicitly force it to be modref.
No test failures either, so I think this is just dead code.
Differential Revision: https://reviews.llvm.org/D127273
Diffstat (limited to 'llvm/lib/Support/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions