Avoid empty_blocks
pass for now; seems problematic.
This commit is contained in:
parent
79b4e710c8
commit
de5c990d18
|
@ -135,7 +135,6 @@ impl FunctionBody {
|
||||||
let cfg = crate::cfg::CFGInfo::new(self);
|
let cfg = crate::cfg::CFGInfo::new(self);
|
||||||
crate::passes::basic_opt::gvn(self, &cfg);
|
crate::passes::basic_opt::gvn(self, &cfg);
|
||||||
crate::passes::resolve_aliases::run(self);
|
crate::passes::resolve_aliases::run(self);
|
||||||
crate::passes::empty_blocks::run(self);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn convert_to_max_ssa(&mut self) {
|
pub fn convert_to_max_ssa(&mut self) {
|
||||||
|
|
Loading…
Reference in a new issue