Polly: Fix a tag type mismatch (struct/class)

This commit is contained in:
David Blaikie 2020-01-02 12:13:38 -08:00
parent 781b78a361
commit d45b394b3e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
namespace llvm {
class PassRegistry;
class PassBuilder;
class PassPluginLibraryInfo;
struct PassPluginLibraryInfo;
namespace legacy {
class PassManagerBase;
} // namespace legacy