| ... | @@ -368,7 +368,7 @@ ZIG_EXTERN_C bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machi | ... | @@ -368,7 +368,7 @@ ZIG_EXTERN_C bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machi |
| 368 | } | 368 | } |
| 369 | } | 369 | } |
| 370 | | 370 | |
| 371 | if (options.allow_fast_isel) { | 371 | if (options->allow_fast_isel) { |
| 372 | target_machine.setO0WantsFastISel(true); | 372 | target_machine.setO0WantsFastISel(true); |
| 373 | } else { | 373 | } else { |
| 374 | target_machine.setFastISel(false); | 374 | target_machine.setFastISel(false); |