diff options
author | Nikita Popov <npopov@redhat.com> | 2022-08-01 08:16:54 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2022-08-03 10:05:55 +0200 |
commit | b128e057c191a441e3778ffc872ffca943b2e5b1 (patch) | |
tree | 50e6f33a00bef3ae52b442a0120710bad04ccc5f /llvm/unittests/ADT/SmallVectorTest.cpp | |
parent | 34ae308c73e4d76dbdab25a6206d3fbc5ebafdf5 (diff) | |
download | llvm-b128e057c191a441e3778ffc872ffca943b2e5b1.zip llvm-b128e057c191a441e3778ffc872ffca943b2e5b1.tar.gz llvm-b128e057c191a441e3778ffc872ffca943b2e5b1.tar.bz2 |
[AA] Make ModRefInfo a bitmask enum (NFC)
Mark ModRefInfo as a bitmask enum, which allows using normal
& and | operators on it. This supersedes various functions like
unionModRef() and intersectModRef(). I think this makes the code
cleaner than going through helper functions...
Differential Revision: https://reviews.llvm.org/D130870
Diffstat (limited to 'llvm/unittests/ADT/SmallVectorTest.cpp')
0 files changed, 0 insertions, 0 deletions