We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d180efb commit 23f5dffCopy full SHA for 23f5dff
Compiler/BackEnd/CommonSubExpression.mo
@@ -1278,6 +1278,7 @@ algorithm
1278
case DAE.CALL(path=Absyn.IDENT("sqrt")) then true;
1279
case DAE.CALL(path=Absyn.IDENT("String")) then true;
1280
case DAE.CALL(path=Absyn.IDENT("subSample")) then true;
1281
+ case DAE.CALL(path=Absyn.IDENT("sum")) then true;
1282
case DAE.CALL(path=Absyn.IDENT("superSample")) then true;
1283
case DAE.CALL(path=Absyn.IDENT("terminal")) then true;
1284
case DAE.CALL() guard(Expression.isImpureCall(inCall) or isCallRecordConstructor(inCall, functionTree)) then true;
0 commit comments