Skip to content

Commit 62f4452

Browse files
committed
[CodeGen] Fix friend declaration in SSPLayoutAnalysis
1 parent a529b6e commit 62f4452

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)