compiler.cfg.dominance: fix unit tests
parent
26a5d51d93
commit
995a96d7e4
|
@ -6,8 +6,7 @@ compiler.cfg.predecessors ;
|
|||
: test-dominance ( -- )
|
||||
cfg new 0 get >>entry
|
||||
compute-predecessors
|
||||
compute-dominance
|
||||
drop ;
|
||||
compute-dominance ;
|
||||
|
||||
! Example with no back edges
|
||||
V{ } 0 test-bb
|
||||
|
|
Loading…
Reference in New Issue