Skip to content

Commit

Permalink
Update ConstantBounds.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Dec 12, 2024
1 parent 8c00f74 commit e8aeb6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ConstantBounds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ ConstantInterval bounds_helper(const Expr &e,
ScopedBinding bind(scope, op->name, recurse(op->value));
return recurse(op->body);
} else if (const Call *op = e.as<Call>()) {
ConstantInterval result;
if (op->is_intrinsic(Call::abs)) {
return abs(recurse(op->args[0]));
} else if (op->is_intrinsic(Call::absd)) {
Expand Down

0 comments on commit e8aeb6c

Please sign in to comment.