From e86ba3b94d7285ded20b4280ad52821cbca504fc Mon Sep 17 00:00:00 2001 From: Claire Wolf Date: Thu, 16 Apr 2020 12:11:52 +0200 Subject: Make mask-and-shift the default for bitselwrite Signed-off-by: Claire Wolf --- frontends/ast/simplify.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3