diff --git a/CacheAnalysisPass/CacheAnalysisPass.cpp b/CacheAnalysisPass/CacheAnalysisPass.cpp index ff6795b..d02b5dd 100644 --- a/CacheAnalysisPass/CacheAnalysisPass.cpp +++ b/CacheAnalysisPass/CacheAnalysisPass.cpp @@ -54,7 +54,7 @@ struct CacheAnalysisPass : PassInfoMixin { bool PrintAddresses = false; bool PrintEdges = false; bool PrintEdgesPost = false; - bool DumpToDot = true; + bool DumpToDot = false; bool DumpNodes = false; bool LoopUnrolling = true;