diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc index 18ad6926f..2ebe2edbc 100644 --- a/frontends/ast/simplify.cc +++ b/frontends/ast/simplify.cc @@ -1753,7 +1753,7 @@ bool AstNode::simplify(bool const_fold, bool at_zero, bool in_lvalue, int stage, result_width = abs(int(left_at_zero_ast->integer - right_at_zero_ast->integer)) + 1; } - if (1) + if (0) { // big case block