mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
perform copy propagation
This commit is contained in:
parent
078c6df677
commit
f8143e3e53
4 changed files with 581 additions and 121 deletions
|
@ -256,7 +256,6 @@ pub fn build_exp_expr<'a, 'ctx, 'env>(
|
|||
|
||||
match expr {
|
||||
Literal(literal) => build_exp_literal(env, literal),
|
||||
Alias(symbol) => load_symbol(env, scope, symbol),
|
||||
RunLowLevel(op, symbols) => run_low_level(env, scope, parent, *op, symbols),
|
||||
|
||||
FunctionCall {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue