Skip to content

Commit 460ea66

Browse files
authored
Update src/codeedges.jl
1 parent 86f3a0d commit 460ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeedges.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ function add_links!(target::Pair{Union{SSAValue,SlotNumber,GlobalRef},Links}, @n
345345
s = stmt.args[3]
346346
strong = length(stmt.args) >= 4 ? stmt.args[4] === true : false
347347
if strong && m isa Module && s isa QuoteNode && s.value isa Symbol
348-
a = GlobalRef(m, s.value)
348+
a = GlobalRef(m, s.value::Symbol)
349349
namestore = get!(Links, cl.namepreds, a) # TODO should this information be tracked in the separate `cl.namedecls` store?
350350
push!(namestore, targetid)
351351
if targetid isa SSAValue

0 commit comments

Comments
 (0)