Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit 23f5dff

Browse files
vrugeOpenModelica-Hudson
authored andcommitted
added sum to skipped case for cse
refs ticket:4850 Belonging to [master]: - #2332 - OpenModelica/OpenModelica-testsuite#910
1 parent d180efb commit 23f5dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/BackEnd/CommonSubExpression.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,7 @@ algorithm
12781278
case DAE.CALL(path=Absyn.IDENT("sqrt")) then true;
12791279
case DAE.CALL(path=Absyn.IDENT("String")) then true;
12801280
case DAE.CALL(path=Absyn.IDENT("subSample")) then true;
1281+
case DAE.CALL(path=Absyn.IDENT("sum")) then true;
12811282
case DAE.CALL(path=Absyn.IDENT("superSample")) then true;
12821283
case DAE.CALL(path=Absyn.IDENT("terminal")) then true;
12831284
case DAE.CALL() guard(Expression.isImpureCall(inCall) or isCallRecordConstructor(inCall, functionTree)) then true;

0 commit comments

Comments
 (0)