Skip to content

Commit

Permalink
review fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes committed Apr 19, 2023
1 parent 2e4437f commit eb66094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DecomposeIntegerDivide::DecomposeIntegerDivide() {
if (!divide) {
return false;
}
if (divide->get_element_type().is_integral_number()) {
if (!divide->get_element_type().is_integral_number()) {
return false;
}

Expand Down

0 comments on commit eb66094

Please sign in to comment.