Skip to content

Commit d45b394

Browse files
committed
Polly: Fix a tag type mismatch (struct/class)
1 parent 781b78a commit d45b394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polly/include/polly/RegisterPasses.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
namespace llvm {
1717
class PassRegistry;
1818
class PassBuilder;
19-
class PassPluginLibraryInfo;
19+
struct PassPluginLibraryInfo;
2020
namespace legacy {
2121
class PassManagerBase;
2222
} // namespace legacy

0 commit comments

Comments
 (0)