No longer Dumping Dotfile as default.
This commit is contained in:
parent
693ee07008
commit
c451a1eed0
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue