first optimization

This commit is contained in:
SimoneN64
2023-12-25 21:59:47 +01:00
parent 1f84b96909
commit 360d7a7ccd
3 changed files with 51 additions and 5 deletions

View File

@@ -81,6 +81,7 @@ _epilogue:
//ready();
//return getCode<Fn>();
ir.optimize();
ir.print();
exit(1);
return nullptr;
}