diff options
| author | Michael Kruse <llvm@meinersbur.de> | 2019-03-28 20:19:49 +0000 |
|---|---|---|
| committer | Michael Kruse <llvm@meinersbur.de> | 2019-03-28 20:19:49 +0000 |
| commit | 031bb1655664ab3b5e702d1838728359eacb3364 (patch) | |
| tree | a0c024313875175b33654b692d1c8a6ef42d00d0 /polly/lib/CodeGen/CodegenCleanup.cpp | |
| parent | c0bfd37d385c93711ef3a349599dba20e6b101ef (diff) | |
| download | bcm5719-llvm-031bb1655664ab3b5e702d1838728359eacb3364.tar.gz bcm5719-llvm-031bb1655664ab3b5e702d1838728359eacb3364.zip | |
Apply include-what-you-use #include removal suggestions. NFC.
This removes unused includes (and forward declarations) as
suggested by include-what-you-use. If a transitive include of a removed
include is required to compile a file, I added the required header (or
forward declaration if suggested by include-what-you-use).
This should reduce compilation time and reduce the number of iterative
recompilations when a header was changed.
llvm-svn: 357209
Diffstat (limited to 'polly/lib/CodeGen/CodegenCleanup.cpp')
| -rw-r--r-- | polly/lib/CodeGen/CodegenCleanup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/polly/lib/CodeGen/CodegenCleanup.cpp b/polly/lib/CodeGen/CodegenCleanup.cpp index 885bd9dd813..b1cf935ffe1 100644 --- a/polly/lib/CodeGen/CodegenCleanup.cpp +++ b/polly/lib/CodeGen/CodegenCleanup.cpp @@ -12,8 +12,6 @@ #include "llvm/Analysis/TypeBasedAliasAnalysis.h" #include "llvm/IR/Function.h" #include "llvm/IR/LegacyPassManager.h" -#include "llvm/PassInfo.h" -#include "llvm/PassRegistry.h" #include "llvm/PassSupport.h" #include "llvm/Support/Debug.h" #include "llvm/Transforms/InstCombine/InstCombine.h" |

