missed another hoist over
This commit is contained in:
parent
713b16e25d
commit
dc195b22d4
|
@ -956,7 +956,7 @@ impl<'a> CodeGenerator<'a> {
|
|||
} else if !props.remove_unused {
|
||||
AirTree::let_assignment(name, value, then)
|
||||
} else {
|
||||
AirTree::no_op()
|
||||
AirTree::no_op().hoist_over(then)
|
||||
}
|
||||
}
|
||||
Pattern::List { elements, tail, .. } => {
|
||||
|
|
Loading…
Reference in New Issue