Browse Source

Re-enable "LLVM Function Pass"

gingerBill 4 years ago
parent
commit
4e63ab5edc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/llvm_backend.cpp

+ 1 - 1
src/llvm_backend.cpp

@@ -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