We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d3b759 + 2b9a9e4 commit 79375b7Copy full SHA for 79375b7
include/swift/LLVMPasses/Passes.h
@@ -34,7 +34,7 @@ namespace swift {
34
using AAResultBase::getModRefInfo;
35
llvm::ModRefInfo getModRefInfo(const llvm::CallBase *Call,
36
const llvm::MemoryLocation &Loc) {
37
- llvm::AAQueryInfo AAQI;
+ llvm::SimpleAAQueryInfo AAQI;
38
return getModRefInfo(Call, Loc, AAQI);
39
}
40
0 commit comments