From e0853e0d8cb363e3adc59da6f06e3544839b5c22 Mon Sep 17 00:00:00 2001 From: Christian Guinard <28689358+christiangnrd@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:42:18 -0400 Subject: [PATCH] [NFC] Typos --- src/metal.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/metal.jl b/src/metal.jl index 6f1749eb..52060ebb 100644 --- a/src/metal.jl +++ b/src/metal.jl @@ -171,10 +171,10 @@ function finish_ir!(@nospecialize(job::CompilerJob{MetalCompilerTarget}), mod::L add_module_metadata!(job, mod) end - # JuliaLang/Metal.jl#113 + # JuliaGPU/Metal.jl#113 hide_noreturn!(mod) - # get rid of unreachable control flow (JuliaLang/Metal.jl#370). + # get rid of unreachable control flow (JuliaGPU/Metal.jl#370). # note that this currently works in tandem with the `hide_noreturn!` pass above, # as `replace_unreachable!` doesn't handle functions that _only_ contain `unreachable`. if job.config.target.macos < v"15"