Skip to content

Commit 99562db

Browse files
authored
Move a using statement into the correct location for VS Code ext (#133)
1 parent 3c261b3 commit 99562db

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
@@ -14,6 +14,7 @@ using JuliaInterpreter: SSAValue, SlotNumber, Frame, Interpreter, RecursiveInter
1414
using JuliaInterpreter: codelocation, is_global_ref, is_global_ref_egal, is_quotenode_egal, is_return,
1515
lookup, lookup_return, linetable, moduleof, next_until!, nstatements, pc_expr,
1616
step_expr!, whichtt
17+
using Compiler: Compiler as CC
1718

1819
include("packagedef.jl")
1920

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)