diff --git a/hblang/src/son.rs b/hblang/src/son.rs index 2369e0af..1bf5e913 100644 --- a/hblang/src/son.rs +++ b/hblang/src/son.rs @@ -3388,7 +3388,7 @@ impl Codegen { push_up(&mut self.ci.nodes, self.ci.end); // TODO: handle infinte loops self.ci.nodes.visited.clear(self.ci.nodes.values.len()); - push_down(&mut self.ci.nodes, self.ci.start); + //push_down(&mut self.ci.nodes, self.ci.start); } }