Skip to content

Commit

Permalink
fix #21906, ccall causes unnecessary variable Box
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed May 16, 2017
1 parent 8f9a948 commit 18562e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia-syntax.scm
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,7 @@ f(x) = yt(x)
(memq (car e) '(quote top core line inert local local-def unnecessary
meta inbounds boundscheck simdloop decl
implicit-global global globalref outerref
const = null method call ssavalue))))
const = null method call foreigncall ssavalue))))
(lam:body lam))))
(unused (map cadr (filter (lambda (x) (memq (car x) '(method =)))
leading))))
Expand Down

0 comments on commit 18562e0

Please sign in to comment.