me when sed goes wrong

This commit is contained in:
lizzie
2026-08-30 08:27:22 +00:00
parent 9d5861e830
commit e114e9e083
86 changed files with 151 additions and 151 deletions
@@ -391,7 +391,7 @@ private:
std::optional<Node> return_label) {
Statement* const false_stmt{pool.Create(Identity{}, IR::Condition{false}, &root_stmt)};
Tree& root{root_stmt.children};
boost::container::unordered_flat_map<Flow::Block*, Node> local_labels;
boost::unordered::unordered_flat_map<Flow::Block*, Node> local_labels;
local_labels.reserve(function.blocks.size());
for (Flow::Block& block : function.blocks) {