summaryrefslogtreecommitdiff
path: root/vaporize/LIRVisitor.java
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-05-01 15:30:42 -0600
committerbd-912 <bdunahu@colostate.edu>2024-05-01 15:30:42 -0600
commite8be6dd157bed1b09312aa360ec8ee2f41813d0f (patch)
treec3bb3f3703615965ac74d6765ba80e73a129458d /vaporize/LIRVisitor.java
parentae4c925285a2f5d4d5c584168baafbabd0fe7971 (diff)
Switch off logging, graphviz
Diffstat (limited to 'vaporize/LIRVisitor.java')
-rw-r--r--vaporize/LIRVisitor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vaporize/LIRVisitor.java b/vaporize/LIRVisitor.java
index 21f632d..c96400e 100644
--- a/vaporize/LIRVisitor.java
+++ b/vaporize/LIRVisitor.java
@@ -10,7 +10,7 @@ import java.util.*;
public class LIRVisitor extends VInstr.VisitorPR<ControlFlowGraph, String, RuntimeException> {
- private boolean use_graphviz = true; // if true, generates svg files of the edges in each function
+ private boolean use_graphviz = false; // if true, generates svg files of the edges in each function
private Kettle kettle;
private ArrayList<LIRDict> lirs;