Skip to content

Commit

Permalink
import LineInfoNode from Core
Browse files Browse the repository at this point in the history
`Core.Compiler.LineInfoNode` was removed in JuliaLang/julia#52415
but kept in `Core` for serializer compatibility reasons (see
https://github.com/JuliaLang/julia/blob/e07c0f1ddbfc89ad1ac4dda7246d8ed5d0d57c19/base/boot.jl#L491).
  • Loading branch information
Pangoraw committed Mar 28, 2024
1 parent 7fab055 commit 45634b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir/ir.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Core.Compiler: LineInfoNode
using Core: LineInfoNode
import Base: push!, insert!, getindex, setindex!, iterate, length

# We have our own versions of these in order to
Expand Down

0 comments on commit 45634b3

Please sign in to comment.