refactor(furlang/ir): rename module to mod

Refs: #12
This commit is contained in:
2026-06-16 11:25:41 +02:00
parent 63ea593c1e
commit b35a274e81
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
namespace furc::front {
void ssa::optimize(furlang::ir::module& mod) {
void ssa::optimize(furlang::ir::mod& mod) {
for (const auto& func : mod.functions()) {
ssa::optimize(func);
ssa::constant_propagation(func);