Skip to content

Commit

Permalink
- try to fix bootstrapper
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19874 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Mar 31, 2014
1 parent a2ba67d commit 9c0a69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -8185,7 +8185,7 @@ author:Waurich TUD 2014-03"
input DAE.Statement stmt;
output DAE.Element alg;
algorithm
alg := DAE.ALGORITHM(DAE.ALGORITHM_STMTS({stmt}),DAE.emptyElementSource());
alg := DAE.ALGORITHM(DAE.ALGORITHM_STMTS({stmt}),DAE.emptyElementSource);
end stmt2Alg;

protected function statementRHSIsNotConst"checks whether the rhs of a statement is constant.
Expand Down

0 comments on commit 9c0a69e

Please sign in to comment.