Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Nov 22, 2024
1 parent d554a87 commit f332a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BoundsInference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class BoundsInference : public IRMutator {
}
}

for (const auto &s : def.specializations()) {
for (const auto &s : reverse_view(def.specializations())) {
const Expr s_cond = s.condition;
const Definition &s_def = s.definition;

Expand Down

0 comments on commit f332a26

Please sign in to comment.