From c451a1eed080aadd8dc9df4105798e0c99508339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Tue, 3 May 2022 14:10:24 +0200 Subject: [PATCH] No longer Dumping Dotfile as default. --- CacheAnalysisPass/CacheAnalysisPass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;