mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
ZAM maintenance for recent changes and some newly exercised corner cases
This commit is contained in:
parent
aa5a5b2136
commit
7a9c6c476e
6 changed files with 33 additions and 17 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue