more cleaning

This commit is contained in:
Philippe Tillet
2019-10-11 19:29:24 -04:00
parent 323c90e431
commit ee3803b577
4 changed files with 3 additions and 2 deletions

View File

@@ -245,6 +245,7 @@ std::unique_ptr<driver::module> function::make_bin(ir::module &module, driver::c
align.run(module);
axes.run(module);
layouts.run(module);
liveness.run(module);
// ir::print(module, std::cout);
selection.run(module, *llvm);
// return binary