diff options
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; |