compiler.tree.propagation.branches: fix recent constraints change
parent
afecb9c758
commit
7377c96a21
|
@ -133,7 +133,7 @@ M: #phi propagate-before ( #phi -- )
|
||||||
{
|
{
|
||||||
{ { t f } { t } }
|
{ { t f } { t } }
|
||||||
[
|
[
|
||||||
first =t
|
first =f
|
||||||
condition-value get =t /\
|
condition-value get =t /\
|
||||||
swap f-->
|
swap f-->
|
||||||
]
|
]
|
||||||
|
@ -141,7 +141,7 @@ M: #phi propagate-before ( #phi -- )
|
||||||
{
|
{
|
||||||
{ { t } { t f } }
|
{ { t } { t f } }
|
||||||
[
|
[
|
||||||
second =t
|
second =f
|
||||||
condition-value get =f /\
|
condition-value get =f /\
|
||||||
swap f-->
|
swap f-->
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue