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

Commit 1d06167

Browse files
rfrankeOpenModelica-Hudson
authored andcommitted
Add integer() to CommonSubExpression.isSkipCase, ticket:4224
1 parent 22f0d9b commit 1d06167

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
@@ -855,6 +855,7 @@ algorithm
855855
case DAE.CALL(path=Absyn.IDENT("semiLinear")) then true;
856856
case DAE.CALL(path=Absyn.IDENT("homotopy")) then true;
857857
case DAE.CALL(path=Absyn.IDENT("reinit")) then true;
858+
case DAE.CALL(path=Absyn.IDENT("integer")) then true;
858859
case DAE.CALL(path=Absyn.IDENT("String")) then true;
859860
case DAE.CALL(path=Absyn.IDENT("firstTick")) then true;
860861
case DAE.CALL(path=Absyn.IDENT("interval")) then true;

0 commit comments

Comments
 (0)