julia
dbce0ee2 - Move `BasicBlock` to separate source file

Commit
5 years ago
Move `BasicBlock` to separate source file This is so we can add type declarations to fields in ir.jl that are domtrees, by breaking the dependency loop between domtree.jl (uses basic blocks but defines domtrees) and ir.jl (uses domtrees but defined basic blocks).
Author
Committer
Parents
Loading