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 d5985d4 commit 62b30e7Copy full SHA for 62b30e7
llvm/include/llvm/CodeGen/StackProtector.h
@@ -66,7 +66,7 @@ class SSPLayoutInfo {
66
};
67
68
class SSPLayoutAnalysis : public AnalysisInfoMixin<SSPLayoutAnalysis> {
69
- friend struct AnalysisInfoMixin<SSPLayoutAnalysis>;
+ friend AnalysisInfoMixin<SSPLayoutAnalysis>;
70
using SSPLayoutMap = SSPLayoutInfo::SSPLayoutMap;
71
72
static AnalysisKey Key;
0 commit comments