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

Commit ab53928

Browse files
vwaurichOpenModelica-Hudson
authored andcommitted
activate resolveLoops backend module
1 parent 6700d3e commit ab53928

File tree

3 files changed

+214
-58
lines changed

3 files changed

+214
-58
lines changed

Compiler/BackEnd/BackendDAEUtil.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7486,7 +7486,6 @@ algorithm
74867486
// handle special flags, which enable modules
74877487

74887488
enabledModules := deprecatedDebugFlag(Flags.SORT_EQNS_AND_VARS, enabledModules, "sortEqnsVars", "preOptModules+");
7489-
enabledModules := deprecatedDebugFlag(Flags.RESOLVE_LOOPS, enabledModules, "resolveLoops", "preOptModules+");
74907489
enabledModules := deprecatedDebugFlag(Flags.ADD_DER_ALIASES, enabledModules, "introduceDerAlias", "preOptModules+");
74917490
if Config.acceptOptimicaGrammar() or Flags.getConfigBool(Flags.GENERATE_DYN_OPTIMIZATION_PROBLEM) then
74927491
enabledModules := "inputDerivativesForDynOpt"::enabledModules;

0 commit comments

Comments
 (0)