more cleaning

This commit is contained in:
Philippe Tillet
2019-08-18 14:20:42 -07:00
parent c787ebae68
commit 457c330f15
4 changed files with 2 additions and 5 deletions

View File

@@ -199,7 +199,6 @@ std::unique_ptr<driver::module> function::make_bin(ir::module &module, driver::c
peephole.run(module);
dce.run(module);
tune.run(module);
tune.init(module);
reassociate.run(module);
peephole.run(module);
if(target->is_gpu()){