Skip to content

Commit 1ab73ba

Browse files
davidanthoffserenity4
authored andcommitted
Move a using statement into the correct location for VS Code ext (#133)
1 parent b133346 commit 1ab73ba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/LoweredCodeUtils.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ using JuliaInterpreter: SSAValue, SlotNumber, Frame, Interpreter, RecursiveInter
1616
using JuliaInterpreter: codelocation, is_global_ref, is_global_ref_egal, is_quotenode_egal, is_return,
1717
lookup, lookup_return, linetable, moduleof, next_until!, nstatements, pc_expr,
1818
step_expr!, whichtt, extract_method_table
19+
using Compiler: Compiler as CC
1920

2021
include("packagedef.jl")
2122

src/packagedef.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ using Core.IR: CodeInfo, GotoIfNot, GotoNode, IR, MethodInstance, ReturnNode
55
@static if isdefined(Core.IR, :EnterNode)
66
using Core.IR: EnterNode
77
end
8-
using Compiler: Compiler as CC
98
using .CC:
109
BasicBlock, CFG,
1110
compute_basic_blocks, construct_domtree, construct_postdomtree,

0 commit comments

Comments
 (0)