Skip to content

Commit 79375b7

Browse files
authored
Merge pull request swiftlang#39475 from compnerd/ba664d9
LLVMPasses: adapt to ba664d9
2 parents 9d3b759 + 2b9a9e4 commit 79375b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/LLVMPasses/Passes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace swift {
3434
using AAResultBase::getModRefInfo;
3535
llvm::ModRefInfo getModRefInfo(const llvm::CallBase *Call,
3636
const llvm::MemoryLocation &Loc) {
37-
llvm::AAQueryInfo AAQI;
37+
llvm::SimpleAAQueryInfo AAQI;
3838
return getModRefInfo(Call, Loc, AAQI);
3939
}
4040
llvm::ModRefInfo getModRefInfo(const llvm::CallBase *Call,

0 commit comments

Comments
 (0)