Commit 1ed46f33 authored by zerolllin's avatar zerolllin
Browse files

16

No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
...@@ -121,7 +121,6 @@ Optimizer::Optimizer(ir::Module *module, bool o1) { ...@@ -121,7 +121,6 @@ Optimizer::Optimizer(ir::Module *module, bool o1) {
GlobalCodeMotion gcm(cfg); GlobalCodeMotion gcm(cfg);
RemoveUselessInst ru1(func); RemoveUselessInst ru1(func);
} }
return ;
// if (!parallel_success) // if (!parallel_success)
DeadCodeEliminate dd2(module); DeadCodeEliminate dd2(module);
RemoveOneStore ros1(module); RemoveOneStore ros1(module);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment