diff --git a/src/zig_llvm.cpp b/src/zig_llvm.cpp index aeaf2d29cc0b7c24955392505cdbd7b3487d96bf..dd0243b6608983d4d067b3b3e0e9854c010a05a9 100644 --- a/src/zig_llvm.cpp +++ b/src/zig_llvm.cpp @@ -368,7 +368,7 @@ ZIG_EXTERN_C bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machi } } - if (options.allow_fast_isel) { + if (options->allow_fast_isel) { target_machine.setO0WantsFastISel(true); } else { target_machine.setFastISel(false);