diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-08-04 12:44:03 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-08-04 12:44:03 +0000 |
commit | 8950cead7f2032d4dee6b17be4eb4c6b5d755403 (patch) | |
tree | 110c06ef99575849fc1eac7c303cd31ebc70447d /polly/lib/CodeGen/PPCGCodeGeneration.cpp | |
parent | b0dd95bcd2d44b38306a87d370d2ed56ad1ed46d (diff) | |
download | bcm5719-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.cpp | 1 |
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; |