[polly] d45b394 - Polly: Fix a tag type mismatch (struct/class)

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 12:14:05 PST 2020


Author: David Blaikie
Date: 2020-01-02T12:13:38-08:00
New Revision: d45b394b3e67b9fcec497fe0a82d1895363e0e54

URL: https://github.com/llvm/llvm-project/commit/d45b394b3e67b9fcec497fe0a82d1895363e0e54
DIFF: https://github.com/llvm/llvm-project/commit/d45b394b3e67b9fcec497fe0a82d1895363e0e54.diff

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

Added: 
    

Modified: 
    polly/include/polly/RegisterPasses.h

Removed: 
    


################################################################################
diff  --git a/polly/include/polly/RegisterPasses.h b/polly/include/polly/RegisterPasses.h
index afa9cd85b636..3a81e1ba7487 100644
--- a/polly/include/polly/RegisterPasses.h
+++ b/polly/include/polly/RegisterPasses.h
@@ -16,7 +16,7 @@
 namespace llvm {
 class PassRegistry;
 class PassBuilder;
-class PassPluginLibraryInfo;
+struct PassPluginLibraryInfo;
 namespace legacy {
 class PassManagerBase;
 } // namespace legacy


        


More information about the llvm-commits mailing list