mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
remove stray comment
This commit is contained in:
parent
f8a0207d53
commit
b7c226212c
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ pub fn module_from_builtins<'ctx>(
|
|||
|
||||
// Note, running DCE here is faster then waiting until full app DCE.
|
||||
let mpm = PassManager::create(());
|
||||
// mpm.add_global_dce_pass();
|
||||
|
||||
mpm.run_on(&module);
|
||||
|
||||
// Now that the unused compiler-rt functions have been removed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue