From e51203f0dfddb7000c47744df13a9841aac02c72 Mon Sep 17 00:00:00 2001 From: Willi Braun Date: Thu, 24 May 2018 01:06:05 +0200 Subject: [PATCH] [BE] try testsuite without "removeEqualFunctionCalls" - ticket:4952 --- Compiler/Util/Flags.mo | 1 - 1 file changed, 1 deletion(-) diff --git a/Compiler/Util/Flags.mo b/Compiler/Util/Flags.mo index 772ef8ae9d..ba3a7b44a5 100644 --- a/Compiler/Util/Flags.mo +++ b/Compiler/Util/Flags.mo @@ -774,7 +774,6 @@ constant ConfigFlag PRE_OPT_MODULES = CONFIG_FLAG(12, "preOptModules", "evaluateParameters", "simplifyIfEquations", "expandDerOperator", - "removeEqualFunctionCalls", "clockPartitioning", "findStateOrder", "replaceEdgeChange",