summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/PPCGCodeGeneration.cpp
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2016-08-04 12:44:03 +0000
committerTobias Grosser <tobias@grosser.es>2016-08-04 12:44:03 +0000
commit8950cead7f2032d4dee6b17be4eb4c6b5d755403 (patch)
tree110c06ef99575849fc1eac7c303cd31ebc70447d /polly/lib/CodeGen/PPCGCodeGeneration.cpp
parentb0dd95bcd2d44b38306a87d370d2ed56ad1ed46d (diff)
downloadbcm5719-llvm-8950cead7f2032d4dee6b17be4eb4c6b5d755403.tar.gz
bcm5719-llvm-8950cead7f2032d4dee6b17be4eb4c6b5d755403.zip
GPGPU: Disable verbose debug output
llvm-svn: 277724
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r--polly/lib/CodeGen/PPCGCodeGeneration.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
index ee44dfcbeef..8b6679b1abf 100644
--- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp
+++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
@@ -1408,6 +1408,7 @@ public:
DebugOptions->dump_schedule = false;
DebugOptions->dump_final_schedule = false;
DebugOptions->dump_sizes = false;
+ DebugOptions->verbose = false;
Options->debug = DebugOptions;
OpenPOWER on IntegriCloud