aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ast/ast.cc
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/ast/ast.cc')
-rw-r--r--frontends/ast/ast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/ast/ast.cc b/frontends/ast/ast.cc
index ab2972b2c..7e199cd5c 100644
--- a/frontends/ast/ast.cc
+++ b/frontends/ast/ast.cc
@@ -772,7 +772,7 @@ static AstModule* process_module(AstNode *ast, bool defer)
if (!defer)
{
- while (ast->simplify(!flag_noopt, false, false, 0, -1, false)) { }
+ while (ast->simplify(!flag_noopt, false, false, 0, -1, false, false)) { }
if (flag_dump_ast2) {
log("Dumping verilog AST after simplification:\n");