mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Re-enable "LLVM Function Pass"
This commit is contained in:
@@ -12929,7 +12929,7 @@ void lb_generate_code(lbGenerator *gen) {
|
|||||||
|
|
||||||
|
|
||||||
TIME_SECTION("LLVM Function Pass");
|
TIME_SECTION("LLVM Function Pass");
|
||||||
if (false) {
|
{
|
||||||
for_array(i, m->procedures_to_generate) {
|
for_array(i, m->procedures_to_generate) {
|
||||||
lbProcedure *p = m->procedures_to_generate[i];
|
lbProcedure *p = m->procedures_to_generate[i];
|
||||||
if (p->body != nullptr) { // Build Procedure
|
if (p->body != nullptr) { // Build Procedure
|
||||||
|
|||||||
Reference in New Issue
Block a user