Skip to content

Commit c428508

Browse files
committed
Typo
1 parent 61e84b0 commit c428508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metal.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ function add_argument_metadata!(@nospecialize(job::CompilerJob), mod::LLVM.Modul
565565
args = classify_arguments(job, entry_ft; post_optimization=job.config.optimize)
566566
i = 1
567567
for arg in args
568-
arg.idx === nothing && continue
568+
arg.idx === nothing && continue
569569
if job.config.optimize
570570
@assert parameters(entry_ft)[arg.idx] isa LLVM.PointerType
571571
else

0 commit comments

Comments
 (0)