Skip to content

Commit be004c1

Browse files
JeffBezansontkelman
authored andcommitted
fix #21906, ccall causes unnecessary variable Box
(cherry picked from commit 18562e0) ref #21911
1 parent a9d418e commit be004c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia-syntax.scm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2960,7 +2960,7 @@ f(x) = yt(x)
29602960
(memq (car e) '(quote top core line inert local local-def unnecessary
29612961
meta inbounds boundscheck simdloop decl
29622962
implicit-global global globalref outerref
2963-
const = null method call ssavalue))))
2963+
const = null method call foreigncall ssavalue))))
29642964
(lam:body lam))))
29652965
(unused (map cadr (filter (lambda (x) (memq (car x) '(method =)))
29662966
leading))))

0 commit comments

Comments
 (0)