remove stray comment

This commit is contained in:
Luke Boswell 2024-11-29 10:06:18 +11:00
parent f8a0207d53
commit b7c226212c
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

View file

@ -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,