diff options
Diffstat (limited to 'frontends/ast/simplify.cc')
-rw-r--r-- | frontends/ast/simplify.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc index 0c46b6238..aa2afa4ce 100644 --- a/frontends/ast/simplify.cc +++ b/frontends/ast/simplify.cc @@ -1672,8 +1672,8 @@ skip_dynamic_range_lvalue_expansion:; goto apply_newNode; } - // $anyconst and $aconst are mapped in AstNode::genRTLIL() - if (str == "\\$anyconst" || str == "\\$aconst") + // $anyconst is mapped in AstNode::genRTLIL() + if (str == "\\$anyconst") return false; if (str == "\\$clog2") |