[polly] d4c8230 - [Polly] Fix compilation after 105642af5eef: include PassManagerImpl.h

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 06:22:34 PST 2020


Author: Krzysztof Parzyszek
Date: 2020-02-04T08:22:22-06:00
New Revision: d4c8230a0fdbcaf656701a81fdeeaa382d6254f5

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

LOG: [Polly] Fix compilation after 105642af5eef: include PassManagerImpl.h

Added: 
    

Modified: 
    polly/include/polly/ScopPass.h

Removed: 
    


################################################################################
diff  --git a/polly/include/polly/ScopPass.h b/polly/include/polly/ScopPass.h
index edaadf2cd503..360768f5ea59 100644
--- a/polly/include/polly/ScopPass.h
+++ b/polly/include/polly/ScopPass.h
@@ -21,6 +21,7 @@
 #include "llvm/ADT/PriorityWorklist.h"
 #include "llvm/Analysis/RegionPass.h"
 #include "llvm/IR/PassManager.h"
+#include "llvm/IR/PassManagerImpl.h"
 
 using namespace llvm;
 


        


More information about the llvm-commits mailing list