mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
fix invisible merge conflict
This commit is contained in:
parent
cb0e6d8aa6
commit
e084c46ed6
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user