forked from OSchip/llvm-project
Polly: Fix a tag type mismatch (struct/class)
This commit is contained in:
parent
781b78a361
commit
d45b394b3e
|
@ -16,7 +16,7 @@
|
|||
namespace llvm {
|
||||
class PassRegistry;
|
||||
class PassBuilder;
|
||||
class PassPluginLibraryInfo;
|
||||
struct PassPluginLibraryInfo;
|
||||
namespace legacy {
|
||||
class PassManagerBase;
|
||||
} // namespace legacy
|
||||
|
|
Loading…
Reference in New Issue