mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
prettier
This commit is contained in:
parent
7d1bd0ffe7
commit
28b15cdf67
2 changed files with 3 additions and 6 deletions
|
@ -618,8 +618,8 @@ pub fn construct_optimization_passes<'a>(
|
|||
mpm.add_always_inliner_pass();
|
||||
|
||||
// tail-call elimination is always on
|
||||
// fpm.add_instruction_combining_pass();
|
||||
// fpm.add_tail_call_elimination_pass();
|
||||
fpm.add_instruction_combining_pass();
|
||||
fpm.add_tail_call_elimination_pass();
|
||||
|
||||
let pmb = PassManagerBuilder::create();
|
||||
match opt_level {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue