[polly] 39f6f29 - [polly] Don't include PassSupport.h directly - include via Pass.h
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 26 07:52:03 PDT 2020
Author: Simon Pilgrim
Date: 2020-04-26T15:51:32+01:00
New Revision: 39f6f29613f3f589090e710b0a5c672d9e7fc5d8
URL: https://github.com/llvm/llvm-project/commit/39f6f29613f3f589090e710b0a5c672d9e7fc5d8
DIFF: https://github.com/llvm/llvm-project/commit/39f6f29613f3f589090e710b0a5c672d9e7fc5d8.diff
LOG: [polly] Don't include PassSupport.h directly - include via Pass.h
Missed this in D78815
Added:
Modified:
polly/lib/CodeGen/CodegenCleanup.cpp
Removed:
################################################################################
diff --git a/polly/lib/CodeGen/CodegenCleanup.cpp b/polly/lib/CodeGen/CodegenCleanup.cpp
index b1cf935ffe1e..11fef4af49a4 100644
--- a/polly/lib/CodeGen/CodegenCleanup.cpp
+++ b/polly/lib/CodeGen/CodegenCleanup.cpp
@@ -12,7 +12,7 @@
#include "llvm/Analysis/TypeBasedAliasAnalysis.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/LegacyPassManager.h"
-#include "llvm/PassSupport.h"
+#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Transforms/InstCombine/InstCombine.h"
#include "llvm/Transforms/Scalar.h"
More information about the llvm-commits
mailing list