We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4190f6f commit 48d764dCopy full SHA for 48d764d
src/stage1/compiler_utils.jl
@@ -1,5 +1,5 @@
1
# Utilities that should probably go into CC
2
-using .Compiler: IRCode, CFG, BasicBlock, BBIdxIter
+using .CC: IRCode, CFG, BasicBlock, BBIdxIter
3
4
function Base.push!(cfg::CFG, bb::BasicBlock)
5
@assert cfg.blocks[end].stmts.stop+1 == bb.stmts.start
0 commit comments