[all-commits] [llvm/llvm-project] 2c78a9: [AST] Use ModRefInfo to represent access kind (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 17 09:07:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c78a9e65ccfe36d213a409592bebdd3ed8ba771
https://github.com/llvm/llvm-project/commit/2c78a9e65ccfe36d213a409592bebdd3ed8ba771
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M llvm/include/llvm/Analysis/AliasSetTracker.h
M llvm/lib/Analysis/AliasSetTracker.cpp
Log Message:
-----------
[AST] Use ModRefInfo to represent access kind (NFC)
AST was using a custom enum with exactly the same semantics. Use
the standard one instead.
More information about the All-commits
mailing list