summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2019-03-28 20:19:49 +0000
committerMichael Kruse <llvm@meinersbur.de>2019-03-28 20:19:49 +0000
commit031bb1655664ab3b5e702d1838728359eacb3364 (patch)
treea0c024313875175b33654b692d1c8a6ef42d00d0 /polly/lib/CodeGen/RuntimeDebugBuilder.cpp
parentc0bfd37d385c93711ef3a349599dba20e6b101ef (diff)
downloadbcm5719-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/RuntimeDebugBuilder.cpp')
-rw-r--r--polly/lib/CodeGen/RuntimeDebugBuilder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/RuntimeDebugBuilder.cpp b/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
index 847c4a0c774..29cba08f113 100644
--- a/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
+++ b/polly/lib/CodeGen/RuntimeDebugBuilder.cpp
@@ -11,7 +11,6 @@
#include "polly/CodeGen/RuntimeDebugBuilder.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
-#include "llvm/Support/Debug.h"
#include <string>
#include <vector>
OpenPOWER on IntegriCloud