Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Feb 27, 2018
1 parent acabb37 commit e550803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/compiler/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1075,6 +1075,8 @@ function find_call(code::Core.CodeInfo, @nospecialize(func), narg)
end
elseif isa(farg, Core.SSAValue)
farg = code.ssavaluetypes[farg.id + 1]
else
farg = typeof(farg)
end
if farg === typeof(func)
return true
Expand Down

0 comments on commit e550803

Please sign in to comment.