Skip to content

Commit 48d764d

Browse files
committed
Use CC instead of .Compiler
1 parent 4190f6f commit 48d764d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stage1/compiler_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Utilities that should probably go into CC
2-
using .Compiler: IRCode, CFG, BasicBlock, BBIdxIter
2+
using .CC: IRCode, CFG, BasicBlock, BBIdxIter
33

44
function Base.push!(cfg::CFG, bb::BasicBlock)
55
@assert cfg.blocks[end].stmts.stop+1 == bb.stmts.start

0 commit comments

Comments
 (0)