No longer Dumping Dotfile as default.

This commit is contained in:
Nils Hölscher 2022-05-03 14:10:24 +02:00
parent 693ee07008
commit c451a1eed0
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ struct CacheAnalysisPass : PassInfoMixin<CacheAnalysisPass> {
bool PrintAddresses = false;
bool PrintEdges = false;
bool PrintEdgesPost = false;
bool DumpToDot = true;
bool DumpToDot = false;
bool DumpNodes = false;
bool LoopUnrolling = true;