projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd773e8
)
[polly] Don't include PassSupport.h directly - include via Pass.h
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Sun, 26 Apr 2020 14:51:32 +0000
(15:51 +0100)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Sun, 26 Apr 2020 14:51:32 +0000
(15:51 +0100)
Missed this in D78815
polly/lib/CodeGen/CodegenCleanup.cpp
patch
|
blob
|
history
diff --git
a/polly/lib/CodeGen/CodegenCleanup.cpp
b/polly/lib/CodeGen/CodegenCleanup.cpp
index
b1cf935
..
11fef4a
100644
(file)
--- 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/Pass
Support
.h"
+#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Transforms/InstCombine/InstCombine.h"
#include "llvm/Transforms/Scalar.h"