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.
1 parent bd1bd17 commit c347b26Copy full SHA for c347b26
llvm/include/llvm/Analysis/RuntimeLibcallInfo.h
@@ -29,12 +29,11 @@ class LLVM_ABI RuntimeLibraryAnalysis
29
EABI EABIVersion = EABI::Default, StringRef ABIName = "",
30
VectorLibrary VecLib = VectorLibrary::NoLibrary);
31
32
- LLVM_ABI RTLIB::RuntimeLibcallsInfo run(const Module &M,
33
- ModuleAnalysisManager &);
+ RTLIB::RuntimeLibcallsInfo run(const Module &M, ModuleAnalysisManager &);
34
35
private:
36
friend AnalysisInfoMixin<RuntimeLibraryAnalysis>;
37
- LLVM_ABI static AnalysisKey Key;
+ static AnalysisKey Key;
38
39
std::optional<RTLIB::RuntimeLibcallsInfo> LibcallsInfo;
40
};
0 commit comments