compiler.tree.propagation.branches: M: #phi propagate-around was unnecessary
parent
45ba559ce4
commit
7cfc63af51
|
@ -155,10 +155,6 @@ M: #phi propagate-after ( #phi -- )
|
||||||
] 3each
|
] 3each
|
||||||
] [ drop ] if ;
|
] [ drop ] if ;
|
||||||
|
|
||||||
M: #phi propagate-around ( #phi -- )
|
|
||||||
! Is this necessary?
|
|
||||||
[ propagate-before ] [ propagate-after ] bi ;
|
|
||||||
|
|
||||||
M: #branch propagate-around
|
M: #branch propagate-around
|
||||||
dup live-branches >>live-branches
|
dup live-branches >>live-branches
|
||||||
[ infer-children ] [ annotate-node ] bi ;
|
[ infer-children ] [ annotate-node ] bi ;
|
||||||
|
|
Loading…
Reference in New Issue