Skip to content

Commit 62b30e7

Browse files
authored
[CodeGen] Fix friend declaration in SSPLayoutAnalysis (#77447)
1 parent d5985d4 commit 62b30e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/CodeGen/StackProtector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class SSPLayoutInfo {
6666
};
6767

6868
class SSPLayoutAnalysis : public AnalysisInfoMixin<SSPLayoutAnalysis> {
69-
friend struct AnalysisInfoMixin<SSPLayoutAnalysis>;
69+
friend AnalysisInfoMixin<SSPLayoutAnalysis>;
7070
using SSPLayoutMap = SSPLayoutInfo::SSPLayoutMap;
7171

7272
static AnalysisKey Key;

0 commit comments

Comments
 (0)