[all-commits] [llvm/llvm-project] 5b1d10: [AA] Drop setModAndRef() function (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Jul 31 22:56:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b1d10bda60a1737c5c2785d9ec54806047fe49d
https://github.com/llvm/llvm-project/commit/5b1d10bda60a1737c5c2785d9ec54806047fe49d
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-08-01 (Mon, 01 Aug 2022)
Changed paths:
M llvm/include/llvm/Analysis/AliasAnalysis.h
M llvm/lib/Analysis/AliasAnalysis.cpp
Log Message:
-----------
[AA] Drop setModAndRef() function (NFC)
Without the "must" state, this function is pointless, because we
can just directly create a ModRef instead.
More information about the All-commits
mailing list