Make mask-and-shift the default for bitselwrite

Signed-off-by: Claire Wolf <claire@symbioticeda.com>
This commit is contained in:
Claire Wolf 2020-04-16 12:11:52 +02:00
parent e1fb12a4b9
commit e86ba3b94d
1 changed files with 1 additions and 1 deletions

View File

@ -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