Skip to content

Commit 5c9df39

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a28d51 commit 5c9df39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/jlgen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ end # HAS_INTEGRATED_CACHE
480480
## codegen/inference integration
481481

482482
function ci_cache_populate(interp, cache, mi, min_world, max_world)
483-
codeinfos = Pair{CodeInstance,CodeInfo}[]
483+
codeinfos = Pair{CodeInstance, CodeInfo}[]
484484
@static if VERSION >= v"1.12.0-DEV.1434"
485485
# see typeinfer.jl: typeinf_ext_toplevel
486486
ci = CC.typeinf_ext(interp, mi, CC.SOURCE_MODE_NOT_REQUIRED)

src/validation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ function check_ir!(job, errors::Vector{IRError}, inst::LLVM.CallInst)
261261
# XXX: an invoke trampoline happens when codegen doesn't have access to code
262262
# which suggests a GPUCompiler.jl bug. throw an error instead?
263263
catch e
264-
@safe_debug "Decoding arguments to jl_invoke failed" inst bb=LLVM.parent(inst)
264+
@safe_debug "Decoding arguments to jl_invoke failed" inst bb = LLVM.parent(inst)
265265
push!(errors, (DYNAMIC_CALL, bt, nothing))
266266
end
267267
elseif fn == "jl_invoke" || fn == "ijl_invoke"

0 commit comments

Comments
 (0)