Skip to content

Commit a6f878a

Browse files
Update reflection.jl (#380)
1 parent 6f54c25 commit a6f878a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/reflection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ function return_type(@nospecialize(func), @nospecialize(tt))
7070
job = CompilerJob(source, config)
7171
interp = GPUCompiler.get_interpreter(job)
7272
sig = Base.signature_type(func, tt)
73-
Core.Compiler.return_type(interp, sig)
73+
Core.Compiler._return_type(interp, sig)
7474
end

0 commit comments

Comments
 (0)