blah buh leee

This commit is contained in:
mlokr 2024-09-10 20:54:11 +02:00
parent 8bbc40b9b1
commit dc418bd5e0
No known key found for this signature in database
GPG key ID: DEA147DDEE644993

View file

@ -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);
}
}