ZAM maintenance for recent changes and some newly exercised corner cases

This commit is contained in:
Vern Paxson 2022-05-01 14:33:58 -07:00
parent aa5a5b2136
commit 7a9c6c476e
6 changed files with 33 additions and 17 deletions

View file

@ -2175,8 +2175,7 @@ ExprPtr ArithCoerceExpr::Reduce(Reducer* c, StmtPtr& red_stmt)
red_stmt = nullptr;
if ( ! op->IsReduced(c) )
op = op->ReduceToSingleton(c, red_stmt);
op = op->ReduceToSingleton(c, red_stmt);
if ( op->Tag() == EXPR_CONST )
{