diff options
Diffstat (limited to 'frontends/ast/simplify.cc')
| -rw-r--r-- | frontends/ast/simplify.cc | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/frontends/ast/simplify.cc b/frontends/ast/simplify.cc index d47bfb5e6..5665cd43c 100644 --- a/frontends/ast/simplify.cc +++ b/frontends/ast/simplify.cc @@ -1535,7 +1535,6 @@ skip_dynamic_range_lvalue_expansion:;  							tmp_range_left = (param_width + 2*param_offset) - children[0]->range_right - 1;  							tmp_range_right = (param_width + 2*param_offset) - children[0]->range_left - 1;  						} -						log_dump(param_upto, param_offset, param_width, children[0]->range_left, children[0]->range_right, tmp_range_left, tmp_range_right);  						for (int i = tmp_range_right; i <= tmp_range_left; i++) {  							int index = i - param_offset;  							if (0 <= index && index < param_width) | 
