From 8950cead7f2032d4dee6b17be4eb4c6b5d755403 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Thu, 4 Aug 2016 12:44:03 +0000 Subject: [PATCH] GPGPU: Disable verbose debug output llvm-svn: 277724 --- polly/lib/CodeGen/PPCGCodeGeneration.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index ee44dfc..8b6679b 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; -- 2.7.4