Skip to content

Commit

Permalink
modified description of comsubexp
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2027
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Nov 16, 2017
1 parent 02355eb commit 6136400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Util/Flags.mo
Expand Up @@ -779,7 +779,7 @@ constant ConfigFlag PRE_OPT_MODULES = CONFIG_FLAG(12, "preOptModules",
SOME(STRING_DESC_OPTION({
("clockPartitioning", Util.gettext("Does the clock partitioning.")),
("collapseArrayExpressions", collapseArrayExpressionsText),
("comSubExp", Util.gettext("replaces common sub expressions")),
("comSubExp", Util.gettext("Introduces alias assignments for variables which are assigned to simple terms i.e. a = b/c; d = b/c; --> a=d")),
("dumpDAE", Util.gettext("dumps the DAE representation of the current transformation state")),
("dumpDAEXML", Util.gettext("dumps the DAE as xml representation of the current transformation state")),
("encapsulateWhenConditions", Util.gettext("This module replaces each when condition with a boolean variable.")),
Expand Down

0 comments on commit 6136400

Please sign in to comment.