From 110b4f031aea36445250d79c7257a57f15fb7b82 Mon Sep 17 00:00:00 2001 From: bd-912 Date: Sun, 21 Apr 2024 01:17:31 -0600 Subject: Fix bugs in LiveInterval, successfully calculate (gapless) LIR --- cfg/ControlFlowGraph.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cfg/ControlFlowGraph.java') diff --git a/cfg/ControlFlowGraph.java b/cfg/ControlFlowGraph.java index c8a7f16..274482b 100644 --- a/cfg/ControlFlowGraph.java +++ b/cfg/ControlFlowGraph.java @@ -82,10 +82,6 @@ public class ControlFlowGraph { source.toString())); } - MinimalLogger.info(String.format("Spilling variables: %s", - source.getReaching().toString())); - dest.reaching.addAll(source.reaching); - return ret; } -- cgit v1.2.3